AVCodecParser Struct Reference

#include <avcodec.h>

Collaboration diagram for AVCodecParser:
Collaboration graph

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 3883 of file libavcodec/avcodec.h.

Field Documentation

int AVCodecParser::codec_ids[5]

Definition at line 3884 of file libavcodec/avcodec.h.

Referenced by av_parser_init(), avpriv_vorbis_parse_reset(), and rv34_parse().

struct AVCodecParser* AVCodecParser::next

Definition at line 3893 of file libavcodec/avcodec.h.

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

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

Definition at line 3891 of file libavcodec/avcodec.h.

Referenced by av_parser_close().

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

Definition at line 3886 of file libavcodec/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 3887 of file libavcodec/avcodec.h.

Referenced by av_parser_parse2().

int AVCodecParser::priv_data_size

Definition at line 3885 of file libavcodec/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: