FFmpeg
|
Data Fields | |
int | id |
int | version |
uint32_t | clut4 [4] |
uint32_t | clut16 [16] |
uint32_t | clut256 [256] |
struct DVBSubCLUT * | next |
Definition at line 155 of file dvbsubdec.c.
int DVBSubCLUT::id |
Definition at line 156 of file dvbsubdec.c.
Referenced by dvbsub_init_decoder(), dvbsub_parse_clut_segment(), and get_clut().
int DVBSubCLUT::version |
Definition at line 157 of file dvbsubdec.c.
Referenced by dvbsub_parse_clut_segment().
uint32_t DVBSubCLUT::clut4[4] |
Definition at line 159 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), dvbsub_init_decoder(), and dvbsub_parse_clut_segment().
uint32_t DVBSubCLUT::clut16[16] |
Definition at line 160 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), dvbsub_init_decoder(), and dvbsub_parse_clut_segment().
uint32_t DVBSubCLUT::clut256[256] |
Definition at line 161 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), dvbsub_init_decoder(), and dvbsub_parse_clut_segment().
struct DVBSubCLUT* DVBSubCLUT::next |
Definition at line 163 of file dvbsubdec.c.
Referenced by delete_cluts(), dvbsub_init_decoder(), dvbsub_parse_clut_segment(), and get_clut().