FFmpeg  3.2.10
Data Fields
AVCodecParser Struct Reference

#include <libavcodec/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 5159 of file avcodec.h.

Field Documentation

◆ codec_ids

int AVCodecParser::codec_ids[5]

Definition at line 5160 of file avcodec.h.

◆ priv_data_size

int AVCodecParser::priv_data_size

Definition at line 5161 of file avcodec.h.

◆ parser_init

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

Definition at line 5162 of file avcodec.h.

◆ parser_parse

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

◆ parser_close

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

Definition at line 5169 of file avcodec.h.

◆ split

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

Definition at line 5170 of file avcodec.h.

◆ next

struct AVCodecParser* AVCodecParser::next

Definition at line 5171 of file avcodec.h.


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