video fade filter based heavily on vf_negate.c by Bobby Bingham More...
Go to the source code of this file.
Data Structures | |
struct | FadeContext |
Functions | |
static av_cold int | init (AVFilterContext *ctx, const char *args, void *opaque) |
static int | query_formats (AVFilterContext *ctx) |
static int | config_props (AVFilterLink *inlink) |
static void | draw_slice (AVFilterLink *inlink, int y, int h, int slice_dir) |
static void | end_frame (AVFilterLink *inlink) |
Variables | |
AVFilter | avfilter_vf_fade |
video fade filter based heavily on vf_negate.c by Bobby Bingham
Definition in file vf_fade.c.
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter avfilter_vf_fade |