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