chorus audio filter
More...
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
#include "generate_wave_table.h"
|
|
| AVFILTER_DEFINE_CLASS (chorus) |
| |
§ ff_af_chorus
Initial value:= {
.name = "chorus",
.query_formats = query_formats,
.priv_class = &chorus_class,
.init = init,
.uninit = uninit,
.inputs = chorus_inputs,
.outputs = chorus_outputs,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: af_chorus.c:39