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

Data Fields

int id
 
int w
 
int h
 
uint8_trle
 
unsigned int rle_buffer_size
 
unsigned int rle_data_len
 
unsigned int rle_remaining_len
 

Detailed Description

Definition at line 69 of file pgssubdec.c.

Field Documentation

int PGSSubObject::id

Definition at line 70 of file pgssubdec.c.

Referenced by find_object(), and parse_object_segment().

int PGSSubObject::w

Definition at line 71 of file pgssubdec.c.

int PGSSubObject::h

Definition at line 72 of file pgssubdec.c.

uint8_t* PGSSubObject::rle

Definition at line 73 of file pgssubdec.c.

Referenced by display_end_segment(), flush_cache(), and parse_object_segment().

unsigned int PGSSubObject::rle_buffer_size

Definition at line 74 of file pgssubdec.c.

Referenced by flush_cache(), and parse_object_segment().

unsigned int PGSSubObject::rle_data_len

Definition at line 74 of file pgssubdec.c.

Referenced by display_end_segment(), and parse_object_segment().

unsigned int PGSSubObject::rle_remaining_len

Definition at line 75 of file pgssubdec.c.

Referenced by display_end_segment(), flush_cache(), and parse_object_segment().


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