diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-11-29 23:22:47 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-03 11:07:51 +0100 |
commit | bd5afecdcbb678aa24bc13a882cdae6e974e9645 (patch) | |
tree | 5393f8946f4445aa56fc814f233d2ad06294a76f /libavfilter/allfilters.c | |
parent | acc2347cf47bcb2e2246b1a86588c4d292eeb91d (diff) | |
download | ffmpeg-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 9502ebf48a..6557612066 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); |