avcodec/parser: Remove declaration of inexistent function
Forgotten in e5af9203098a889f36b759652615046254d45102. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
8008940da5
commit
7cd252ee41
@ -45,8 +45,6 @@ typedef struct ParseContext{
|
|||||||
* AVERROR(ENOMEM) if there was a memory allocation error
|
* 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_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);
|
void ff_parse_close(AVCodecParserContext *s);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user