|
FFmpeg
|
Data Fields | |
| AVClass * | class |
| PGSSubPresentation | presentation |
| uint32_t | clut [256] |
| PGSSubPicture | pictures [UINT16_MAX] |
| int | forced_subs_only |
Definition at line 68 of file pgssubdec.c.
| AVClass* PGSSubContext::class |
Definition at line 69 of file pgssubdec.c.
| PGSSubPresentation PGSSubContext::presentation |
Definition at line 70 of file pgssubdec.c.
Referenced by close_decoder(), display_end_segment(), and parse_presentation_segment().
| uint32_t PGSSubContext::clut[256] |
Definition at line 71 of file pgssubdec.c.
Referenced by display_end_segment(), and parse_palette_segment().
| PGSSubPicture PGSSubContext::pictures[UINT16_MAX] |
Definition at line 72 of file pgssubdec.c.
Referenced by close_decoder(), display_end_segment(), and parse_picture_segment().
| int PGSSubContext::forced_subs_only |
Definition at line 73 of file pgssubdec.c.
Referenced by display_end_segment().
1.8.2