FFmpeg
|
Data Fields | |
int | id |
int | version |
int | width |
int | height |
int | depth |
int | clut |
int | bgcolor |
uint8_t | computed_clut [4 *256] |
int | has_computed_clut |
uint8_t * | pbuf |
int | buf_size |
int | dirty |
DVBSubObjectDisplay * | display_list |
struct DVBSubRegion * | next |
Definition at line 90 of file dvbsubdec.c.
int DVBSubRegion::id |
Definition at line 91 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment(), and get_region().
int DVBSubRegion::version |
Definition at line 92 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
int DVBSubRegion::width |
Definition at line 94 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
int DVBSubRegion::height |
Definition at line 95 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
int DVBSubRegion::depth |
Definition at line 96 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
int DVBSubRegion::clut |
Definition at line 98 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment(), and save_subtitle_set().
int DVBSubRegion::bgcolor |
Definition at line 99 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
uint8_t DVBSubRegion::computed_clut[4 *256] |
Definition at line 101 of file dvbsubdec.c.
Referenced by save_subtitle_set().
int DVBSubRegion::has_computed_clut |
Definition at line 102 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), and save_subtitle_set().
uint8_t* DVBSubRegion::pbuf |
Definition at line 104 of file dvbsubdec.c.
Referenced by delete_regions(), dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
int DVBSubRegion::buf_size |
Definition at line 105 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment(), and save_subtitle_set().
int DVBSubRegion::dirty |
Definition at line 106 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
DVBSubObjectDisplay* DVBSubRegion::display_list |
Definition at line 108 of file dvbsubdec.c.
Referenced by delete_region_display_list(), and dvbsub_parse_region_segment().
struct DVBSubRegion* DVBSubRegion::next |
Definition at line 110 of file dvbsubdec.c.
Referenced by delete_regions(), dvbsub_parse_region_segment(), and get_region().