FFmpeg
Data Fields
ParseContext Struct Reference

#include <parser.h>

Data Fields

uint8_t * buffer
 
int index
 
int last_index
 
unsigned int buffer_size
 
uint32_t state
 contains the last few bytes in MSB order More...
 
int frame_start_found
 
int overread
 the number of bytes which where irreversibly read from the next frame More...
 
int overread_index
 the index into ParseContext.buffer of the overread bytes More...
 
uint64_t state64
 contains the last 8 bytes in MSB order More...
 

Detailed Description

Definition at line 28 of file parser.h.

Field Documentation

◆ buffer

uint8_t* ParseContext::buffer

Definition at line 29 of file parser.h.

Referenced by ff_combine_frame(), ff_parse_close(), h264_close(), h264_parse(), pnm_parse(), and tak_parse().

◆ index

int ParseContext::index

Definition at line 30 of file parser.h.

Referenced by bmp_parse(), ff_aac_ac3_parse(), ff_combine_frame(), hdr_parse(), pnm_parse(), and tak_parse().

◆ last_index

int ParseContext::last_index

Definition at line 31 of file parser.h.

Referenced by ff_combine_frame(), and h264_parse().

◆ buffer_size

unsigned int ParseContext::buffer_size

Definition at line 32 of file parser.h.

Referenced by ff_combine_frame().

◆ state

uint32_t ParseContext::state

◆ frame_start_found

int ParseContext::frame_start_found

◆ overread

int ParseContext::overread

the number of bytes which where irreversibly read from the next frame

Definition at line 35 of file parser.h.

Referenced by ff_combine_frame(), pnm_parse(), and tak_parse().

◆ overread_index

int ParseContext::overread_index

the index into ParseContext.buffer of the overread bytes

Definition at line 36 of file parser.h.

Referenced by ff_combine_frame(), and pnm_parse().

◆ state64

uint64_t ParseContext::state64

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