summaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-29 23:22:47 +0100
committerPaul B Mahol <onemda@gmail.com>2015-12-03 11:07:51 +0100
commitbd5afecdcbb678aa24bc13a882cdae6e974e9645 (patch)
tree5393f8946f4445aa56fc814f233d2ad06294a76f /libavfilter/allfilters.c
parentacc2347cf47bcb2e2246b1a86588c4d292eeb91d (diff)
downloadffmpeg-streaming-bd5afecdcbb678aa24bc13a882cdae6e974e9645.zip
ffmpeg-streaming-bd5afecdcbb678aa24bc13a882cdae6e974e9645.tar.gz
avfilter: add sidechaingate 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 9502ebf..6557612 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -105,6 +105,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(RESAMPLE, resample, af);
REGISTER_FILTER(RUBBERBAND, rubberband, af);
REGISTER_FILTER(SIDECHAINCOMPRESS, sidechaincompress, af);
+ REGISTER_FILTER(SIDECHAINGATE, sidechaingate, af);
REGISTER_FILTER(SILENCEDETECT, silencedetect, af);
REGISTER_FILTER(SILENCEREMOVE, silenceremove, af);
REGISTER_FILTER(STEREOTOOLS, stereotools, af);
OpenPOWER on IntegriCloud