ReplayGain scanner.
More...
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
|
|
#define | HISTOGRAM_SLOTS 12000 |
| |
|
#define | BUTTER_ORDER 2 |
| |
|
#define | YULE_ORDER 10 |
| |
§ ff_af_replaygain
Initial value:= {
.name = "replaygain",
.query_formats = query_formats,
.uninit = uninit,
.inputs = replaygain_inputs,
.outputs = replaygain_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_replaygain.c:308