FFmpeg
Data Fields
AVCodecParser Struct Reference
Frame parsing

#include <avcodec.h>

Data Fields

int  codec_ids [5]
 
 
 
int(*  parser_parse )(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 
 
int(*  split )(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
 
struct AVCodecParsernext
 

Detailed Description

Definition at line 4162 of file avcodec.h.

Field Documentation

int AVCodecParser::codec_ids[5]

Definition at line 4163 of file avcodec.h.

Referenced by av_parser_init().

int AVCodecParser::priv_data_size

Definition at line 4164 of file avcodec.h.

Referenced by av_parser_init().

int(* AVCodecParser::parser_init)(AVCodecParserContext *s)

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

Referenced by av_parser_parse2().

void(* AVCodecParser::parser_close)(AVCodecParserContext *s)

Definition at line 4170 of file avcodec.h.

Referenced by av_parser_close().

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

Definition at line 4171 of file avcodec.h.

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

struct AVCodecParser* AVCodecParser::next

Definition at line 4172 of file avcodec.h.

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


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

Generated on Sun Mar 23 2014 23:50:36 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /