summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorKyle Swanson <k@ylo.ph>2015-09-21 10:16:43 -0500
committerPaul B Mahol <onemda@gmail.com>2015-09-22 15:59:39 +0200
commita9509ad3f0e148a2af2efa2eaa43f859a59af0ce (patch)
tree6528911b4b09a75ce4b959923f93bf677b4479ec /libavfilter/allfilters.c
parentd9c72e0d24d3987ce8eedf8244093ac6302d655e (diff)
avfilter: add tremolo 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 3b3a49f2d9..292ecde289 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -106,6 +106,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(STEREOTOOLS, stereotools, af);
REGISTER_FILTER(STEREOWIDEN, stereowiden, af);
REGISTER_FILTER(TREBLE, treble, af);
+ REGISTER_FILTER(TREMOLO, tremolo, af);
REGISTER_FILTER(VOLUME, volume, af);
REGISTER_FILTER(VOLUMEDETECT, volumedetect, af);