FFmpeg
Data Fields
JoinContext Struct Reference

Data Fields

const AVClassclass
 
int inputs
 
char * map
 
AVChannelLayout ch_layout
 
int64_t eof_pts
 
int eof
 
ChannelMapchannels
 
AVFrame ** input_frames
 Temporary storage for input frames, until we get one on each input. More...
 
AVBufferRef ** buffers
 Temporary storage for buffer references, for assembling the output frame. More...
 

Detailed Description

Definition at line 47 of file af_join.c.

Field Documentation

◆ class

const AVClass* JoinContext::class

Definition at line 48 of file af_join.c.

◆ inputs

int JoinContext::inputs

Definition at line 50 of file af_join.c.

◆ map

char* JoinContext::map

Definition at line 51 of file af_join.c.

◆ ch_layout

AVChannelLayout JoinContext::ch_layout

Definition at line 52 of file af_join.c.

◆ eof_pts

int64_t JoinContext::eof_pts

Definition at line 54 of file af_join.c.

◆ eof

int JoinContext::eof

Definition at line 55 of file af_join.c.

◆ channels

ChannelMap* JoinContext::channels

Definition at line 57 of file af_join.c.

◆ input_frames

AVFrame** JoinContext::input_frames

Temporary storage for input frames, until we get one on each input.

Definition at line 62 of file af_join.c.

◆ buffers

AVBufferRef** JoinContext::buffers

Temporary storage for buffer references, for assembling the output frame.

Definition at line 67 of file af_join.c.


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