|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| struct FFBufQueue | queue_top |
| struct FFBufQueue | queue_bottom |
| int | hsub |
| int | vsub |
| chroma subsampling values | |
| int | frame_requested |
| char * | all_expr |
| enum BlendMode | all_mode |
| double | all_opacity |
| FilterParams | params [4] |
Definition at line 78 of file vf_blend.c.
| const AVClass* BlendContext::class |
Definition at line 79 of file vf_blend.c.
Referenced by init().
| struct FFBufQueue BlendContext::queue_top |
Definition at line 80 of file vf_blend.c.
Referenced by filter_frame(), request_frame(), and uninit().
| struct FFBufQueue BlendContext::queue_bottom |
Definition at line 81 of file vf_blend.c.
Referenced by filter_frame(), and uninit().
| int BlendContext::hsub |
Definition at line 82 of file vf_blend.c.
Referenced by blend_frame(), and config_input_top().
| int BlendContext::vsub |
chroma subsampling values
Definition at line 82 of file vf_blend.c.
Referenced by blend_frame(), and config_input_top().
| int BlendContext::frame_requested |
Definition at line 83 of file vf_blend.c.
Referenced by filter_frame(), and request_frame().
| char* BlendContext::all_expr |
Definition at line 84 of file vf_blend.c.
Referenced by init().
| enum BlendMode BlendContext::all_mode |
Definition at line 85 of file vf_blend.c.
Referenced by init().
| double BlendContext::all_opacity |
Definition at line 86 of file vf_blend.c.
Referenced by init().
| FilterParams BlendContext::params[4] |
Definition at line 88 of file vf_blend.c.
Referenced by blend_frame(), init(), and uninit().
1.8.2