FFmpeg
Data Fields
StackContext Struct Reference

Data Fields

const AVClassclass
 
const AVPixFmtDescriptordesc
 
int nb_inputs
 
char * layout
 
int shortest
 
int is_vertical
 
int is_horizontal
 
int nb_planes
 
StackItemitems
 
AVFrame ** frames
 
FFFrameSync fs
 

Detailed Description

Definition at line 38 of file vf_stack.c.

Field Documentation

◆ class

const AVClass* StackContext::class

Definition at line 39 of file vf_stack.c.

◆ desc

const AVPixFmtDescriptor* StackContext::desc

Definition at line 40 of file vf_stack.c.

◆ nb_inputs

int StackContext::nb_inputs

Definition at line 41 of file vf_stack.c.

◆ layout

char* StackContext::layout

Definition at line 42 of file vf_stack.c.

◆ shortest

int StackContext::shortest

Definition at line 43 of file vf_stack.c.

◆ is_vertical

int StackContext::is_vertical

Definition at line 44 of file vf_stack.c.

◆ is_horizontal

int StackContext::is_horizontal

Definition at line 45 of file vf_stack.c.

◆ nb_planes

int StackContext::nb_planes

Definition at line 46 of file vf_stack.c.

◆ items

StackItem* StackContext::items

Definition at line 48 of file vf_stack.c.

◆ frames

AVFrame** StackContext::frames

Definition at line 49 of file vf_stack.c.

◆ fs

FFFrameSync StackContext::fs

Definition at line 50 of file vf_stack.c.


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