Go to the source code of this file.
◆ AF
◆ OFFSET
◆ sincf()
◆ activate()
◆ query_formats()
◆ config_output()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
afdelaysrc | | ) |
|
◆ afdelaysrc_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVBitStreamFilterLink *outlink)
Definition at line 116 of file asrc_afdelaysrc.c.
◆ afdelaysrc_options
Initial value:= {
{
"nb_samples",
"set the number of samples per requested frame",
OFFSET(nb_samples),
AV_OPT_TYPE_INT, {.i64=1024}, 1, INT_MAX,
AF },
{
"n",
"set the number of samples per requested frame",
OFFSET(nb_samples),
AV_OPT_TYPE_INT, {.i64=1024}, 1, INT_MAX,
AF },
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_CHLAYOUT
Underlying C type is AVChannelLayout.
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
Definition at line 127 of file asrc_afdelaysrc.c.
◆ ff_asrc_afdelaysrc
Initial value:= {
.p.name = "afdelaysrc",
.p.priv_class = &afdelaysrc_class,
}
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static const AVFilterPad afdelaysrc_outputs[]
static int activate(AVBitStreamFilterContext *ctx)
#define FILTER_OUTPUTS(array)
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 143 of file asrc_afdelaysrc.c.