FFmpeg
|
Data Fields | |
int | id |
int | w |
int | h |
uint8_t * | rle |
unsigned int | rle_buffer_size |
unsigned int | rle_data_len |
unsigned int | rle_remaining_len |
Definition at line 70 of file pgssubdec.c.
int PGSSubObject::id |
Definition at line 71 of file pgssubdec.c.
Referenced by find_object().
int PGSSubObject::w |
Definition at line 72 of file pgssubdec.c.
int PGSSubObject::h |
Definition at line 73 of file pgssubdec.c.
uint8_t* PGSSubObject::rle |
Definition at line 74 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_object_segment().
unsigned int PGSSubObject::rle_buffer_size |
Definition at line 75 of file pgssubdec.c.
Referenced by parse_object_segment().
unsigned int PGSSubObject::rle_data_len |
Definition at line 75 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_object_segment().
unsigned int PGSSubObject::rle_remaining_len |
Definition at line 76 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_object_segment().