Go to the source code of this file.
◆ OFFSET
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
dcshift | | ) |
|
◆ init()
◆ filter_frame()
◆ dcshift_options
Initial value:= {
}
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
Definition at line 38 of file af_dcshift.c.
◆ dcshift_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 117 of file af_dcshift.c.
◆ ff_af_dcshift
Initial value:= {
.p.name = "dcshift",
.p.priv_class = &dcshift_class,
}
static const AVFilterPad dcshift_inputs[]
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
int(* init)(AVBSFContext *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...
@ AV_SAMPLE_FMT_S32P
signed 32 bits, planar
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_SINGLE_SAMPLEFMT(sample_fmt_)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 125 of file af_dcshift.c.