diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b3c641956a492ae92ba9a95dcc2d71aa524041dd..7df64ae93d8185be6dd10268496f80906164bd1b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3858,6 +3858,8 @@ typedef struct AVCodecParser { int codec_ids[5]; /* several codec IDs are permitted */ int priv_data_size; int (*parser_init)(AVCodecParserContext *s); + /* This callback never returns an error, a negative value means that + * the frame start was in a previous packet. */ int (*parser_parse)(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size,