Go to the source code of this file.
◆ OFFSET
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
dcshift |
| ) |
|
◆ init()
◆ query_formats()
◆ filter_frame()
◆ dcshift_options
◆ dcshift_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 146 of file af_dcshift.c.
◆ dcshift_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 155 of file af_dcshift.c.
◆ ff_af_dcshift
Initial value:= {
.name = "dcshift",
.priv_class = &dcshift_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...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad dcshift_inputs[]
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad dcshift_outputs[]
static av_cold int init(AVFilterContext *ctx)
Definition at line 163 of file af_dcshift.c.