FFmpeg
Data Fields
FFCodecParser Struct Reference

#include <parser_internal.h>

Data Fields

AVCodecParser p
 
unsigned priv_data_size
 
int(* init )(AVCodecParserContext *s)
 
int(* parse )(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 
void(* close )(AVCodecParserContext *s)
 

Detailed Description

Definition at line 27 of file parser_internal.h.

Field Documentation

◆ p

AVCodecParser FFCodecParser::p

Definition at line 28 of file parser_internal.h.

◆ priv_data_size

unsigned FFCodecParser::priv_data_size

Definition at line 29 of file parser_internal.h.

Referenced by av_parser_init().

◆ init

int(* FFCodecParser::init) (AVCodecParserContext *s)

Definition at line 30 of file parser_internal.h.

Referenced by av_parser_init().

◆ parse

int(* FFCodecParser::parse) (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)

Definition at line 31 of file parser_internal.h.

Referenced by av_parser_parse2().

◆ close

void(* FFCodecParser::close) (AVCodecParserContext *s)

Definition at line 35 of file parser_internal.h.

Referenced by av_parser_close().


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