FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
VC1ParseContext Struct Reference

Data Fields

ParseContext pc
 
VC1Context v
 
uint8_t prev_start_code
 
size_t bytes_to_skip
 
uint8_t unesc_buffer [UNESCAPED_LIMIT]
 
size_t unesc_index
 
VC1ParseSearchState search_state
 

Detailed Description

Definition at line 51 of file vc1_parser.c.

Field Documentation

ParseContext VC1ParseContext::pc

Definition at line 52 of file vc1_parser.c.

Referenced by vc1_parse().

VC1Context VC1ParseContext::v

Definition at line 53 of file vc1_parser.c.

Referenced by vc1_extract_header(), vc1_parse(), and vc1_parse_init().

uint8_t VC1ParseContext::prev_start_code

Definition at line 54 of file vc1_parser.c.

Referenced by vc1_extract_header(), vc1_parse(), and vc1_parse_init().

size_t VC1ParseContext::bytes_to_skip

Definition at line 55 of file vc1_parser.c.

Referenced by vc1_parse(), and vc1_parse_init().

uint8_t VC1ParseContext::unesc_buffer[UNESCAPED_LIMIT]

Definition at line 56 of file vc1_parser.c.

Referenced by vc1_parse().

size_t VC1ParseContext::unesc_index

Definition at line 57 of file vc1_parser.c.

Referenced by vc1_parse(), and vc1_parse_init().

VC1ParseSearchState VC1ParseContext::search_state

Definition at line 58 of file vc1_parser.c.

Referenced by vc1_parse(), and vc1_parse_init().


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