Data Fields | |
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 50 of file pgssubdec.c.
int PGSSubPicture::h |
Definition at line 52 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().
uint8_t* PGSSubPicture::rle |
Definition at line 53 of file pgssubdec.c.
Referenced by close_decoder(), display_end_segment(), and parse_picture_segment().
unsigned int PGSSubPicture::rle_buffer_size |
Definition at line 54 of file pgssubdec.c.
Referenced by close_decoder(), and parse_picture_segment().
unsigned int PGSSubPicture::rle_data_len |
Definition at line 54 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().
unsigned int PGSSubPicture::rle_remaining_len |
Definition at line 55 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().
int PGSSubPicture::w |
Definition at line 51 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().