diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-11-24 11:14:36 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-28 17:56:40 +0100 |
commit | 3f895dcb0dcbcbf10a621bf4bfae6d8879899015 (patch) | |
tree | 76f5f340c474c555b0a7175f39cbf75da59e1e93 /libavfilter/allfilters.c | |
parent | dad354f38ddc9bfc834bc21358a1d0ad41532ca0 (diff) | |
download | ffmpeg-3f895dcb0dcbcbf10a621bf4bfae6d8879899015.tar.gz |
avfilter: add compensation delay line 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 63b8fdbd05..a3f6e6228a 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -86,6 +86,7 @@ void avfilter_register_all(void) REGISTER_FILTER(CHANNELSPLIT, channelsplit, af); REGISTER_FILTER(CHORUS, chorus, af); REGISTER_FILTER(COMPAND, compand, af); + REGISTER_FILTER(COMPENSATIONDELAY, compensationdelay, af); REGISTER_FILTER(DCSHIFT, dcshift, af); REGISTER_FILTER(DYNAUDNORM, dynaudnorm, af); REGISTER_FILTER(EARWAX, earwax, af); |