FFmpeg  4.0
Data Fields
StackContext Struct Reference

Data Fields

const AVClassclass
 
const AVPixFmtDescriptordesc
 
int nb_inputs
 
int shortest
 
int is_vertical
 
int nb_planes
 
AVFrame ** frames
 
FFFrameSync fs
 

Detailed Description

Definition at line 32 of file vf_stack.c.

Field Documentation

◆ class

const AVClass* StackContext::class

Definition at line 33 of file vf_stack.c.

◆ desc

const AVPixFmtDescriptor* StackContext::desc

Definition at line 34 of file vf_stack.c.

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

◆ nb_inputs

int StackContext::nb_inputs

Definition at line 35 of file vf_stack.c.

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

◆ shortest

int StackContext::shortest

Definition at line 36 of file vf_stack.c.

Referenced by config_output().

◆ is_vertical

int StackContext::is_vertical

Definition at line 37 of file vf_stack.c.

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

◆ nb_planes

int StackContext::nb_planes

Definition at line 38 of file vf_stack.c.

Referenced by config_output(), and process_frame().

◆ frames

AVFrame** StackContext::frames

Definition at line 40 of file vf_stack.c.

Referenced by init(), process_frame(), and uninit().

◆ fs

FFFrameSync StackContext::fs

Definition at line 41 of file vf_stack.c.

Referenced by activate(), config_output(), process_frame(), and uninit().


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