AVCodecParser Struct Reference
[Frame parsing]

#include <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 AVCodecParsernext


Detailed Description

Definition at line 4099 of file avcodec.h.


Field Documentation

Definition at line 4100 of file avcodec.h.

Referenced by av_parser_init().

Definition at line 4109 of file avcodec.h.

Referenced by av_parser_init(), av_parser_next(), and av_register_codec_parser().

Referenced by av_parser_close().

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)

Referenced by av_parser_parse2().

Definition at line 4101 of file avcodec.h.

Referenced by av_parser_init().

int(* AVCodecParser::split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size)


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:50:14 2012 for FFmpeg by  doxygen 1.5.8