FFmpeg
|
Data Fields | |
const AVClass * | class |
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 |
AVFrame * | prev_frame |
Definition at line 36 of file vf_blend.c.
const AVClass* BlendContext::class |
Definition at line 37 of file vf_blend.c.
FFFrameSync BlendContext::fs |
Definition at line 38 of file vf_blend.c.
Referenced by config_output(), init(), and uninit().
int BlendContext::hsub |
Definition at line 39 of file vf_blend.c.
Referenced by blend_frame(), and config_output().
int BlendContext::vsub |
chroma subsampling values
Definition at line 39 of file vf_blend.c.
Referenced by blend_frame(), and config_output().
int BlendContext::nb_planes |
Definition at line 40 of file vf_blend.c.
Referenced by blend_frame(), and config_output().
char* BlendContext::all_expr |
Definition at line 41 of file vf_blend.c.
Referenced by config_output().
enum BlendMode BlendContext::all_mode |
Definition at line 42 of file vf_blend.c.
Referenced by config_output().
double BlendContext::all_opacity |
Definition at line 43 of file vf_blend.c.
Referenced by config_output().
FilterParams BlendContext::params[4] |
Definition at line 45 of file vf_blend.c.
Referenced by blend_frame(), config_output(), and uninit().
int BlendContext::tblend |
Definition at line 46 of file vf_blend.c.
Referenced by blend_frame(), config_output(), and init().
AVFrame* BlendContext::prev_frame |
Definition at line 47 of file vf_blend.c.
Referenced by uninit().