From 10db70d5e9c92f0464089476694d9a440cdac321 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 8 Dec 2012 12:07:03 +0100 Subject: 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. --- libavfilter/allfilters.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/allfilters.c') 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); -- cgit v1.2.3