You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/parser: Remove declaration of inexistent function
Forgotten in e5af920309
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user