FFmpeg
|
PGSSubPicture Struct Reference
Collaboration diagram for PGSSubPicture:
Data Fields | |
int | w |
int | h |
uint8_t * | rle |
unsigned int | rle_buffer_size |
unsigned int | rle_data_len |
unsigned int | rle_remaining_len |
Detailed Description
Definition at line 58 of file pgssubdec.c.
Field Documentation
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().
int PGSSubPicture::w |
Definition at line 59 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_picture_segment().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11