FFmpeg
|
Data Fields | |
int | id |
int | version |
int | type |
DVBSubObjectDisplay * | display_list |
struct DVBSubObject * | next |
Definition at line 68 of file dvbsubdec.c.
int DVBSubObject::id |
Definition at line 69 of file dvbsubdec.c.
Referenced by get_object().
int DVBSubObject::version |
Definition at line 70 of file dvbsubdec.c.
int DVBSubObject::type |
Definition at line 72 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment().
DVBSubObjectDisplay* DVBSubObject::display_list |
Definition at line 74 of file dvbsubdec.c.
Referenced by delete_region_display_list(), and dvbsub_parse_object_segment().
struct DVBSubObject* DVBSubObject::next |
Definition at line 76 of file dvbsubdec.c.
Referenced by delete_objects(), delete_region_display_list(), and get_object().