diff options
author | Kyle Swanson <k@ylo.ph> | 2016-05-11 13:30:14 -0500 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-05-18 22:15:01 +0200 |
commit | c0c378009b4ba5dea2ac1f93c972a6c84b2dff0d (patch) | |
tree | 1e0bd01b051c9117a5b410eb614e72fee970f1f9 /libavfilter/allfilters.c | |
parent | 42ee137a0a7d025f77964e38b438d00095e6dd11 (diff) | |
download | ffmpeg-c0c378009b4ba5dea2ac1f93c972a6c84b2dff0d.tar.gz |
avfilter: add loudnorm
Signed-off-by: Kyle Swanson <k@ylo.ph>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index a9725760fa..d0d491e4d5 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -108,6 +108,7 @@ void avfilter_register_all(void) REGISTER_FILTER(HIGHPASS, highpass, af); REGISTER_FILTER(JOIN, join, af); REGISTER_FILTER(LADSPA, ladspa, af); + REGISTER_FILTER(LOUDNORM, loudnorm, af); REGISTER_FILTER(LOWPASS, lowpass, af); REGISTER_FILTER(PAN, pan, af); REGISTER_FILTER(REPLAYGAIN, replaygain, af); |