diff options
Diffstat (limited to 'media/ffvpx/libavcodec/parser.h')
-rw-r--r-- | media/ffvpx/libavcodec/parser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media/ffvpx/libavcodec/parser.h b/media/ffvpx/libavcodec/parser.h index ef35547e9b..2cee5ae4ff 100644 --- a/media/ffvpx/libavcodec/parser.h +++ b/media/ffvpx/libavcodec/parser.h @@ -45,8 +45,6 @@ typedef struct ParseContext{ * AVERROR(ENOMEM) if there was a memory allocation error */ int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size); -int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, - int buf_size); void ff_parse_close(AVCodecParserContext *s); /** |