FFmpeg  4.0
Data Fields
DVBSubContext Struct Reference

Data Fields

AVClassclass
 
int composition_id
 
int ancillary_id
 
int version
 
int time_out
 
int compute_edt
 if 1 end display time calculated using pts if 0 (Default) calculated using time out More...
 
int compute_clut
 
int substream
 
int64_t prev_start
 
DVBSubRegionregion_list
 
DVBSubCLUTclut_list
 
DVBSubObjectobject_list
 
DVBSubRegionDisplaydisplay_list
 
DVBSubDisplayDefinitiondisplay_definition
 

Detailed Description

Definition at line 120 of file dvbsubdec.c.

Field Documentation

◆ class

AVClass* DVBSubContext::class

Definition at line 121 of file dvbsubdec.c.

◆ composition_id

int DVBSubContext::composition_id

Definition at line 122 of file dvbsubdec.c.

Referenced by dvbsub_decode(), and dvbsub_init_decoder().

◆ ancillary_id

int DVBSubContext::ancillary_id

Definition at line 123 of file dvbsubdec.c.

Referenced by dvbsub_decode(), and dvbsub_init_decoder().

◆ version

int DVBSubContext::version

Definition at line 125 of file dvbsubdec.c.

Referenced by dvbsub_init_decoder(), and dvbsub_parse_page_segment().

◆ time_out

int DVBSubContext::time_out

Definition at line 126 of file dvbsubdec.c.

Referenced by dvbsub_parse_page_segment(), and save_subtitle_set().

◆ compute_edt

int DVBSubContext::compute_edt

if 1 end display time calculated using pts if 0 (Default) calculated using time out

Definition at line 127 of file dvbsubdec.c.

Referenced by dvbsub_decode(), dvbsub_display_end_segment(), dvbsub_parse_page_segment(), and save_subtitle_set().

◆ compute_clut

int DVBSubContext::compute_clut

Definition at line 129 of file dvbsubdec.c.

Referenced by save_subtitle_set().

◆ substream

int DVBSubContext::substream

Definition at line 130 of file dvbsubdec.c.

Referenced by dvbsub_init_decoder().

◆ prev_start

int64_t DVBSubContext::prev_start

Definition at line 131 of file dvbsubdec.c.

Referenced by dvbsub_decode(), dvbsub_init_decoder(), and save_subtitle_set().

◆ region_list

DVBSubRegion* DVBSubContext::region_list

Definition at line 132 of file dvbsubdec.c.

Referenced by delete_regions(), dvbsub_parse_region_segment(), and get_region().

◆ clut_list

DVBSubCLUT* DVBSubContext::clut_list

Definition at line 133 of file dvbsubdec.c.

Referenced by delete_cluts(), dvbsub_parse_clut_segment(), and get_clut().

◆ object_list

DVBSubObject* DVBSubContext::object_list

◆ display_list

DVBSubRegionDisplay* DVBSubContext::display_list

Definition at line 136 of file dvbsubdec.c.

Referenced by dvbsub_close_decoder(), dvbsub_parse_page_segment(), and save_subtitle_set().

◆ display_definition

DVBSubDisplayDefinition* DVBSubContext::display_definition

The documentation for this struct was generated from the following file: