Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ BILATERAL
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
bilateral |
| ) |
|
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ bilateral_options
Initial value:= {
}
static const struct @315 planes[]
Definition at line 59 of file vf_bilateral.c.
◆ bilateral_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 342 of file vf_bilateral.c.
◆ bilateral_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 352 of file vf_bilateral.c.
◆ ff_vf_bilateral
Initial value:= {
.name = "bilateral",
.priv_class = &bilateral_class,
}
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
static av_cold void uninit(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad bilateral_inputs[]
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define flags(name, subs,...)
static const AVFilterPad bilateral_outputs[]
static int query_formats(AVFilterContext *ctx)
Definition at line 360 of file vf_bilateral.c.