FFmpeg  4.0
Data Fields
BlendContext Struct Reference

Data Fields

const AVClassclass
 
FFFrameSync fs
 
int hsub
 
int vsub
 chroma subsampling values More...
 
int nb_planes
 
char * all_expr
 
enum BlendMode all_mode
 
double all_opacity
 
FilterParams params [4]
 
int tblend
 
AVFrameprev_frame
 

Detailed Description

Definition at line 36 of file vf_blend.c.

Field Documentation

◆ class

const AVClass* BlendContext::class

Definition at line 37 of file vf_blend.c.

◆ fs

FFFrameSync BlendContext::fs

Definition at line 38 of file vf_blend.c.

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

◆ hsub

int BlendContext::hsub

Definition at line 39 of file vf_blend.c.

Referenced by blend_frame(), and config_output().

◆ vsub

int BlendContext::vsub

chroma subsampling values

Definition at line 39 of file vf_blend.c.

Referenced by blend_frame(), and config_output().

◆ nb_planes

int BlendContext::nb_planes

Definition at line 40 of file vf_blend.c.

Referenced by blend_frame(), and config_output().

◆ all_expr

char* BlendContext::all_expr

Definition at line 41 of file vf_blend.c.

Referenced by config_output().

◆ all_mode

enum BlendMode BlendContext::all_mode

Definition at line 42 of file vf_blend.c.

Referenced by config_output().

◆ all_opacity

double BlendContext::all_opacity

Definition at line 43 of file vf_blend.c.

Referenced by config_output().

◆ params

FilterParams BlendContext::params[4]

Definition at line 45 of file vf_blend.c.

Referenced by blend_frame(), config_output(), and uninit().

◆ tblend

int BlendContext::tblend

Definition at line 46 of file vf_blend.c.

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

◆ prev_frame

AVFrame* BlendContext::prev_frame

Definition at line 47 of file vf_blend.c.

Referenced by config_output(), and uninit().


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