| 
    FFmpeg
    
   | 
 
Data Fields | |
| int | object_id | 
| int | region_id | 
| int | x_pos | 
| int | y_pos | 
| int | fgcolor | 
| int | bgcolor | 
| struct DVBSubObjectDisplay * | region_list_next | 
| struct DVBSubObjectDisplay * | object_list_next | 
Definition at line 166 of file dvbsubdec.c.
| int DVBSubObjectDisplay::object_id | 
Definition at line 167 of file dvbsubdec.c.
Referenced by delete_region_display_list(), and dvbsub_parse_region_segment().
| int DVBSubObjectDisplay::region_id | 
Definition at line 168 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), and dvbsub_parse_region_segment().
| int DVBSubObjectDisplay::x_pos | 
Definition at line 170 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), and dvbsub_parse_region_segment().
| int DVBSubObjectDisplay::y_pos | 
Definition at line 171 of file dvbsubdec.c.
Referenced by dvbsub_parse_pixel_data_block(), and dvbsub_parse_region_segment().
| int DVBSubObjectDisplay::fgcolor | 
Definition at line 173 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
| int DVBSubObjectDisplay::bgcolor | 
Definition at line 174 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
| struct DVBSubObjectDisplay* DVBSubObjectDisplay::region_list_next | 
Definition at line 176 of file dvbsubdec.c.
Referenced by delete_region_display_list(), and dvbsub_parse_region_segment().
| struct DVBSubObjectDisplay* DVBSubObjectDisplay::object_list_next | 
Definition at line 177 of file dvbsubdec.c.
Referenced by delete_region_display_list(), dvbsub_parse_object_segment(), and dvbsub_parse_region_segment().
 1.8.2