AVCodecParser Struct Reference

#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 3214 of file avcodec.h.


Field Documentation

Definition at line 3215 of file avcodec.h.

Referenced by av_parser_init().

Definition at line 3224 of file avcodec.h.

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

Definition at line 3222 of file avcodec.h.

Referenced by av_parser_close().

Definition at line 3217 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 3218 of file avcodec.h.

Referenced by av_parser_parse().

Definition at line 3216 of file avcodec.h.

Referenced by av_parser_init().

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

Definition at line 3223 of file avcodec.h.

Referenced by av_find_stream_info(), av_parser_change(), and remove_extradata().


The documentation for this struct was generated from the following file:
Generated on Thu Jan 24 19:43:55 2013 for ffmpeg by  doxygen 1.6.3