diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-23 21:57:29 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-24 20:25:19 +0200 |
commit | 7cd252ee41ddc693fa140c5b5eb472b6d6f27f9e (patch) | |
tree | f042b523f3949dc09563486cf8604ab07d9c20b7 /libavcodec/parser.h | |
parent | 8008940da5aa43895fd4574114309c3324249eab (diff) | |
download | ffmpeg-7cd252ee41ddc693fa140c5b5eb472b6d6f27f9e.tar.gz |
avcodec/parser: Remove declaration of inexistent function
Forgotten in e5af9203098a889f36b759652615046254d45102.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r-- | libavcodec/parser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h index ef35547e9b..2cee5ae4ff 100644 --- a/libavcodec/parser.h +++ b/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); /** |