summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-25 11:36:45 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-28 17:56:40 +0100
commit1685a781cd50dbc1c9fd3107ba57981ba452b127 (patch)
tree2867cf79677bad6f1ca3dfac9928493bc57ef6d6 /libavfilter/allfilters.c
parent3f895dcb0dcbcbf10a621bf4bfae6d8879899015 (diff)
avfilter: add audio compressor 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 a3f6e6228a..ccd3f35284 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -45,6 +45,7 @@ void avfilter_register_all(void)
return;
initialized = 1;
+ REGISTER_FILTER(ACOMPRESSOR, acompressor, af);
REGISTER_FILTER(ACROSSFADE, acrossfade, af);
REGISTER_FILTER(ADELAY, adelay, af);
REGISTER_FILTER(AECHO, aecho, af);