Go to the source code of this file.
#define HORIZONTAL_FILTER |
( |
|
name, |
|
|
|
type |
|
) |
| |
AVFILTER_DEFINE_CLASS |
( |
avgblur |
| ) |
|
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 298 of file vf_avgblur.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 308 of file vf_avgblur.c.
Initial value:= {
.name = "avgblur",
.priv_class = &avgblur_class,
}
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad avgblur_outputs[]
static const AVFilterPad avgblur_inputs[]
Definition at line 316 of file vf_avgblur.c.