summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-12-08 12:07:03 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-08 15:40:07 +0100
commit10db70d5e9c92f0464089476694d9a440cdac321 (patch)
tree4dfa17670afb93b371a339d22c7830c1966d6a35 /libavfilter/allfilters.c
parent759e7a237fb60a5a0a157921867fcb73d90e2c53 (diff)
lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c
Justin's version has more features but is otherwise equivalent from the point of view of the syntax.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index f9cacfc9bf..ffde5ce112 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -64,7 +64,6 @@ void avfilter_register_all(void)
REGISTER_FILTER (RESAMPLE, resample, af);
REGISTER_FILTER (SILENCEDETECT, silencedetect, af);
REGISTER_FILTER (VOLUME, volume, af);
- REGISTER_FILTER (VOLUME_JUSTIN, volume_justin, af);
REGISTER_FILTER (VOLUMEDETECT,volumedetect,af);
REGISTER_FILTER (AEVALSRC, aevalsrc, asrc);