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 57 of file pgssubdec.c.
int PGSSubPicture::h |
Definition at line 59 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().
Definition at line 60 of file pgssubdec.c.
Referenced by close_decoder(), display_end_segment(), and parse_picture_segment().
unsigned int PGSSubPicture::rle_buffer_size |
Definition at line 61 of file pgssubdec.c.
Referenced by close_decoder(), and parse_picture_segment().
unsigned int PGSSubPicture::rle_data_len |
Definition at line 61 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().
unsigned int PGSSubPicture::rle_remaining_len |
Definition at line 62 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().
int PGSSubPicture::w |
Definition at line 58 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().