|
FFmpeg
4.0
|
#include <libavcodec/avcodec.h>
Data Fields | |
| int | codec_ids [5] |
| 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) |
| struct AVCodecParser * | next |
| int AVCodecParser::codec_ids[5] |
Definition at line 5200 of file avcodec.h.
Referenced by av_parser_init(), av_parser_parse2(), av_vorbis_parse_init(), and rv34_parse().
| int AVCodecParser::priv_data_size |
Definition at line 5201 of file avcodec.h.
Referenced by av_parser_init().
| int(* AVCodecParser::parser_init) (AVCodecParserContext *s) |
Definition at line 5202 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) |
Definition at line 5205 of file avcodec.h.
Referenced by av_parser_parse2().
| void(* AVCodecParser::parser_close) (AVCodecParserContext *s) |
Definition at line 5209 of file avcodec.h.
Referenced by av_parser_close().
| int(* AVCodecParser::split) (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
Definition at line 5210 of file avcodec.h.
Referenced by av_parser_change(), and remove_extradata().
| struct AVCodecParser* AVCodecParser::next |
Definition at line 5211 of file avcodec.h.
Referenced by av_parser_init_next(), and av_parser_next().
1.8.13