summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-05-19 22:06:27 +0200
committerPaul B Mahol <onemda@gmail.com>2019-01-08 22:00:51 +0100
commit8a1fc95840cb8770e34659803060c00b5b3e733b (patch)
tree105ceefa1f7e9bcd3faf3fad7e7ee077ff3438c6 /libavfilter/allfilters.c
parent10931a0661eea87e3a7142e15b5077e617be55e9 (diff)
avfilter: add anlmdn audio filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index a600069500..c8cff6e435 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -55,6 +55,7 @@ extern AVFilter ff_af_ametadata;
extern AVFilter ff_af_amix;
extern AVFilter ff_af_amultiply;
extern AVFilter ff_af_anequalizer;
+extern AVFilter ff_af_anlmdn;
extern AVFilter ff_af_anull;
extern AVFilter ff_af_apad;
extern AVFilter ff_af_aperms;