summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2014-02-26 01:47:40 -0500
committerAnton Khirnov <anton@khirnov.net>2014-02-26 08:09:58 +0100
commit738f83582a3aaabb81309eacd4ab9c3d2acb4071 (patch)
treed47484d75924af868afe29cff42834d2428a0a75 /libavfilter/allfilters.c
parent4ec336484d638b6b009636f465352c61a5a57061 (diff)
lavfi: add compand audio filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 9702a0a9cb..e47a22e6d6 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -54,6 +54,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(ATRIM, atrim, af);
REGISTER_FILTER(CHANNELMAP, channelmap, af);
REGISTER_FILTER(CHANNELSPLIT, channelsplit, af);
+ REGISTER_FILTER(COMPAND, compand, af);
REGISTER_FILTER(JOIN, join, af);
REGISTER_FILTER(RESAMPLE, resample, af);
REGISTER_FILTER(VOLUME, volume, af);