summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorKyle Swanson <k@ylo.ph>2015-10-24 00:08:19 -0500
committerPaul B Mahol <onemda@gmail.com>2015-10-26 20:56:17 +0100
commitdcb95ef48255ac2462dbbb8abb3d054013fc4721 (patch)
tree211e5ddcb2a49a08a7383338137a0f1c7b2d1241 /libavfilter/allfilters.c
parent51ee62d50b194422d1318e403a4c7780f65e2b70 (diff)
avfilter: add vibrato filter
Signed-off-by: Kyle Swanson <k@ylo.ph>
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 9385fdfaf6..a538b81983 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -108,6 +108,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(STEREOWIDEN, stereowiden, af);
REGISTER_FILTER(TREBLE, treble, af);
REGISTER_FILTER(TREMOLO, tremolo, af);
+ REGISTER_FILTER(VIBRATO, vibrato, af);
REGISTER_FILTER(VOLUME, volume, af);
REGISTER_FILTER(VOLUMEDETECT, volumedetect, af);