| FFmpeg
    | 
#include <avcodec.h>
| Data Fields | |
| int | codec_ids [7] | 
| int | priv_data_size | 
| int(* | parser_init )(AVCodecParserContext *s) | 
| int(* | parser_parse )(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) | 
| void(* | parser_close )(AVCodecParserContext *s) | 
| int(* | split )(AVCodecContext *avctx, const uint8_t *buf, int buf_size) | 
| int AVCodecParser::codec_ids[7] | 
Definition at line 2935 of file avcodec.h.
Referenced by av_parser_init().
| int AVCodecParser::priv_data_size | 
Definition at line 2936 of file avcodec.h.
Referenced by av_parser_init().
| int(* AVCodecParser::parser_init) (AVCodecParserContext *s) | 
Definition at line 2937 of file avcodec.h.
Referenced by av_parser_init().
| int(* AVCodecParser::parser_parse) (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) | 
| void(* AVCodecParser::parser_close) (AVCodecParserContext *s) | 
| int(* AVCodecParser::split) (AVCodecContext *avctx, const uint8_t *buf, int buf_size) | 
 1.8.17
 1.8.17