Merge commit 'b72727a524'
* commit 'b72727a524':
lavc: mention that the parser callback never returns an error
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
66f379da15
1 changed files with 2 additions and 0 deletions
|
|
@ -4354,6 +4354,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue