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:= {
{
"middle_source",
"set middle source",
OFFSET(par_m_source),
AV_OPT_TYPE_INT, {.i64=2}, 0, 3,
A, .unit =
"source" },
}
Definition at line 61 of file af_haas.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 212 of file af_haas.c.
◆ ff_af_haas
Initial value:= {
.name = "haas",
.priv_class = &haas_class,
}
Definition at line 221 of file af_haas.c.