FFmpeg
Data Fields
DemuxStreamGroup Struct Reference

Data Fields

InputStreamGroup istg
 
char log_name [32]
 
AVBitStreamFilterGraphgraph
 
AVBitStreamFilterContextlcevc [2]
 
AVBitStreamFilterContextsink
 
int graph_enabled
 

Detailed Description

Definition at line 44 of file ffmpeg_demux.c.

Field Documentation

◆ istg

InputStreamGroup DemuxStreamGroup::istg

◆ log_name

char DemuxStreamGroup::log_name[32]

Definition at line 48 of file ffmpeg_demux.c.

Referenced by demux_stream_group_alloc(), and input_stream_group_item_name().

◆ graph

AVBitStreamFilterGraph* DemuxStreamGroup::graph

Definition at line 51 of file ffmpeg_demux.c.

Referenced by demux_send(), ist_use(), istg_free(), and istg_parse_lcevc().

◆ lcevc

AVBitStreamFilterContext* DemuxStreamGroup::lcevc[2]

Definition at line 52 of file ffmpeg_demux.c.

Referenced by do_bsf_graph(), ist_use(), and istg_parse_lcevc().

◆ sink

AVBitStreamFilterContext* DemuxStreamGroup::sink

Definition at line 53 of file ffmpeg_demux.c.

Referenced by do_bsf_graph(), ist_use(), and istg_parse_lcevc().

◆ graph_enabled

int DemuxStreamGroup::graph_enabled

Definition at line 54 of file ffmpeg_demux.c.

Referenced by demux_bsf_flush(), demux_send(), and ist_use().


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