|
FFmpeg
|
#include <parser_internal.h>
Data Fields | |
| AVCodecParser | p |
| unsigned | priv_data_size |
| int(* | init )(AVCodecParserContext *s) |
| int(* | parse )(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
| void(* | close )(AVCodecParserContext *s) |
Definition at line 27 of file parser_internal.h.
| AVCodecParser FFCodecParser::p |
Definition at line 28 of file parser_internal.h.
| unsigned FFCodecParser::priv_data_size |
Definition at line 29 of file parser_internal.h.
Referenced by av_parser_init().
| int(* FFCodecParser::init) (AVCodecParserContext *s) |
Definition at line 30 of file parser_internal.h.
Referenced by av_parser_init().
| int(* FFCodecParser::parse) (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Definition at line 31 of file parser_internal.h.
Referenced by av_parser_parse2().
| void(* FFCodecParser::close) (AVCodecParserContext *s) |
Definition at line 35 of file parser_internal.h.
Referenced by av_parser_close().
1.8.17