- codec_ids
int[5] codec_ids;
Undocumented in source.
- next
AVCodecParser* next;
Undocumented in source.
- parser_close
void function(AVCodecParserContext* s) parser_close;
Undocumented in source.
- parser_init
int function(AVCodecParserContext* s) parser_init;
Undocumented in source.
- parser_parse
int function(AVCodecParserContext* s, AVCodecContext* avctx, const uint8_t** poutbuf, int* poutbuf_size, const uint8_t* buf, int buf_size) parser_parse;
Undocumented in source.
- priv_data_size
int priv_data_size;
Undocumented in source.
- split
int function(AVCodecContext* avctx, const uint8_t* buf, int buf_size) split;
Undocumented in source.