FFmpeg
|
Data Fields | |
int | id |
int | version |
int | type |
DVBSubObjectDisplay * | display_list |
struct DVBSubObject * | next |
Definition at line 182 of file dvbsubdec.c.
int DVBSubObject::id |
Definition at line 183 of file dvbsubdec.c.
Referenced by get_object().
int DVBSubObject::version |
Definition at line 184 of file dvbsubdec.c.
int DVBSubObject::type |
Definition at line 186 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
DVBSubObjectDisplay* DVBSubObject::display_list |
Definition at line 188 of file dvbsubdec.c.
Referenced by delete_region_display_list(), and dvbsub_parse_object_segment().
struct DVBSubObject* DVBSubObject::next |
Definition at line 190 of file dvbsubdec.c.
Referenced by delete_objects(), delete_region_display_list(), and get_object().