FFmpeg
|
Data Fields | |
const AVClass * | class |
FFDualInputContext | dinput |
int | hsub |
int | vsub |
chroma subsampling values | |
int | nb_planes |
char * | all_expr |
enum BlendMode | all_mode |
double | all_opacity |
FilterParams | params [4] |
int | tblend |
AVFrame * | prev_frame |
Definition at line 89 of file vf_blend.c.
const AVClass* BlendContext::class |
Definition at line 90 of file vf_blend.c.
FFDualInputContext BlendContext::dinput |
Definition at line 91 of file vf_blend.c.
int BlendContext::hsub |
Definition at line 92 of file vf_blend.c.
Referenced by blend_frame().
int BlendContext::vsub |
int BlendContext::nb_planes |
Definition at line 93 of file vf_blend.c.
Referenced by blend_frame().
char* BlendContext::all_expr |
Definition at line 94 of file vf_blend.c.
Referenced by init().
enum BlendMode BlendContext::all_mode |
Definition at line 95 of file vf_blend.c.
Referenced by init().
double BlendContext::all_opacity |
Definition at line 96 of file vf_blend.c.
Referenced by init().
FilterParams BlendContext::params[4] |
Definition at line 98 of file vf_blend.c.
Referenced by blend_frame(), init(), and uninit().
int BlendContext::tblend |
Definition at line 99 of file vf_blend.c.
Referenced by blend_frame(), and init().
AVFrame* BlendContext::prev_frame |
Definition at line 100 of file vf_blend.c.
Referenced by uninit().