FFmpeg  4.0
Data Structures | Data Fields
ConcatContext Struct Reference

Data Structures

struct  concat_in
 

Data Fields

const AVClassclass
 
unsigned nb_streams [TYPE_ALL]
 number of out streams of each type More...
 
unsigned nb_segments
 
unsigned cur_idx
 index of the first input of current segment More...
 
int64_t delta_ts
 timestamp to add to produce output timestamps More...
 
unsigned nb_in_active
 number of active inputs in current segment More...
 
unsigned unsafe
 
struct ConcatContext::concat_inin
 
AVClassclass
 
ConcatFilefiles
 
ConcatFilecur_file
 
unsigned nb_files
 
AVFormatContextavf
 
int safe
 
int seekable
 
int eof
 
ConcatMatchMode stream_match_mode
 
unsigned auto_convert
 
int segment_time_metadata
 

Detailed Description

Definition at line 39 of file avf_concat.c.

Field Documentation

◆ class [1/2]

const AVClass* ConcatContext::class

Definition at line 40 of file avf_concat.c.

◆ nb_streams

unsigned ConcatContext::nb_streams[TYPE_ALL]

number of out streams of each type

Definition at line 41 of file avf_concat.c.

Referenced by flush_segment(), init(), and query_formats().

◆ nb_segments

unsigned ConcatContext::nb_segments

Definition at line 42 of file avf_concat.c.

Referenced by config_output(), init(), and query_formats().

◆ cur_idx

unsigned ConcatContext::cur_idx

index of the first input of current segment

Definition at line 43 of file avf_concat.c.

Referenced by find_next_delta_ts(), flush_segment(), process_frame(), and request_frame().

◆ delta_ts

int64_t ConcatContext::delta_ts

timestamp to add to produce output timestamps

Definition at line 44 of file avf_concat.c.

Referenced by find_next_delta_ts(), flush_segment(), push_frame(), and send_silence().

◆ nb_in_active

unsigned ConcatContext::nb_in_active

number of active inputs in current segment

Definition at line 45 of file avf_concat.c.

Referenced by close_input(), flush_segment(), init(), and request_frame().

◆ unsafe

unsigned ConcatContext::unsafe

Definition at line 46 of file avf_concat.c.

Referenced by config_output().

◆ in

struct ConcatContext::concat_in * ConcatContext::in

◆ class [2/2]

AVClass* ConcatContext::class

Definition at line 57 of file concatdec.c.

◆ files

ConcatFile* ConcatContext::files

◆ cur_file

ConcatFile* ConcatContext::cur_file

◆ nb_files

unsigned ConcatContext::nb_files

◆ avf

AVFormatContext* ConcatContext::avf

◆ safe

int ConcatContext::safe

Definition at line 62 of file concatdec.c.

Referenced by add_file(), and concat_read_header().

◆ seekable

int ConcatContext::seekable

Definition at line 63 of file concatdec.c.

Referenced by concat_read_header(), and concat_seek().

◆ eof

int ConcatContext::eof

Definition at line 64 of file concatdec.c.

Referenced by concat_read_packet(), concat_seek(), and open_next_file().

◆ stream_match_mode

ConcatMatchMode ConcatContext::stream_match_mode

Definition at line 65 of file concatdec.c.

Referenced by concat_read_header(), and match_streams().

◆ auto_convert

unsigned ConcatContext::auto_convert

Definition at line 66 of file concatdec.c.

Referenced by detect_stream_specific().

◆ segment_time_metadata

int ConcatContext::segment_time_metadata

Definition at line 67 of file concatdec.c.

Referenced by open_file().


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