| FFmpeg
    4.0
    | 
| 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 88 of file dvbsubdec.c.
| int DVBSubRegion::id | 
Definition at line 89 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment(), and get_region().
| int DVBSubRegion::version | 
Definition at line 90 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
| int DVBSubRegion::width | 
Definition at line 92 of file dvbsubdec.c.
Referenced by dvbsub_parse_page_segment(), dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
| int DVBSubRegion::height | 
Definition at line 93 of file dvbsubdec.c.
Referenced by dvbsub_parse_page_segment(), dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
| int DVBSubRegion::depth | 
Definition at line 94 of file dvbsubdec.c.
Referenced by dvbsub_parse_page_segment(), dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
| int DVBSubRegion::clut | 
Definition at line 96 of file dvbsubdec.c.
Referenced by dvbsub_parse_page_segment(), dvbsub_parse_region_segment(), and save_subtitle_set().
| int DVBSubRegion::bgcolor | 
Definition at line 97 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
| uint8_t DVBSubRegion::computed_clut[4 *256] | 
Definition at line 99 of file dvbsubdec.c.
Referenced by save_subtitle_set().
| int DVBSubRegion::has_computed_clut | 
Definition at line 100 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), and save_subtitle_set().
| uint8_t* DVBSubRegion::pbuf | 
Definition at line 102 of file dvbsubdec.c.
Referenced by delete_regions(), dvbsub_parse_page_segment(), dvbsub_parse_pixel_data_block(), dvbsub_parse_region_segment(), and save_subtitle_set().
| int DVBSubRegion::buf_size | 
Definition at line 103 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment(), and save_subtitle_set().
| int DVBSubRegion::dirty | 
Definition at line 104 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 106 of file dvbsubdec.c.
Referenced by delete_region_display_list(), and dvbsub_parse_region_segment().
| struct DVBSubRegion* DVBSubRegion::next | 
Definition at line 108 of file dvbsubdec.c.
Referenced by delete_regions(), dvbsub_parse_region_segment(), and get_region().
 1.8.13
 1.8.13