Go to the source code of this file.
◆ MAX_HAAS_DELAY
#define MAX_HAAS_DELAY 40 |
◆ OFFSET
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
haas |
| ) |
|
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ haas_options
Initial value:
Definition at line 59 of file af_haas.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 201 of file af_haas.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 211 of file af_haas.c.
◆ ff_af_haas
Initial value:= {
.name = "haas",
.priv_class = &haas_class,
}
static int query_formats(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 219 of file af_haas.c.