summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-11-01 21:42:14 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-11-05 02:13:37 +0100
commit618ac71354cf406a652109a90e6aa5e4e00d9463 (patch)
tree573d691f9139e997835ec80c003cc5bb6a6ed004 /libavfilter/allfilters.c
parent1fc7077115eb97c4eeeb4ca732cab7e963b3f26f (diff)
lavfi: add volume filter
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 3c77adb23d..e80fc17632 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -39,6 +39,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (ANULL, anull, af);
REGISTER_FILTER (ARESAMPLE, aresample, af);
REGISTER_FILTER (ASHOWINFO, ashowinfo, af);
+ REGISTER_FILTER (VOLUME, volume, af);
REGISTER_FILTER (ABUFFER, abuffer, asrc);
REGISTER_FILTER (AEVALSRC, aevalsrc, asrc);