summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorVitaly Ostrosablin <tmp6154@yandex.ru>2016-08-06 10:50:35 +0300
committerPaul B Mahol <onemda@gmail.com>2016-08-07 10:58:42 +0200
commit90ddcaaf2de7bbb503c3f5248339442109f54161 (patch)
tree66d9f88d6f3d54e86def5dec3099f389e0a27e4e /libavfilter/allfilters.c
parent7387506b0693cc72841651188f8655bcd3959247 (diff)
avfilter: add crystalizer audio filter
Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
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 d0d491e4d5..7f78c6506f 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -96,6 +96,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(CHORUS, chorus, af);
REGISTER_FILTER(COMPAND, compand, af);
REGISTER_FILTER(COMPENSATIONDELAY, compensationdelay, af);
+ REGISTER_FILTER(CRYSTALIZER, crystalizer, af);
REGISTER_FILTER(DCSHIFT, dcshift, af);
REGISTER_FILTER(DYNAUDNORM, dynaudnorm, af);
REGISTER_FILTER(EARWAX, earwax, af);