From 1bb547192f6e9bd28b55f1f11d43bcc216976ac7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 6 Dec 2012 15:29:23 +0100 Subject: [PATCH] lavfi: rename af_volume to af_volume_stefano This matches the naming style of the new af_volume_justin filter. Note, Yes i would too prefer having one filter instead of 2. Signed-off-by: Michael Niedermayer --- libavfilter/Makefile | 2 +- libavfilter/{af_volume.c => af_volume_stefano.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavfilter/{af_volume.c => af_volume_stefano.c} (100%) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index b8d546e35d..7f9f0ef2a5 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -71,7 +71,7 @@ OBJS-$(CONFIG_JOIN_FILTER) += af_join.o OBJS-$(CONFIG_PAN_FILTER) += af_pan.o OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o OBJS-$(CONFIG_SILENCEDETECT_FILTER) += af_silencedetect.o -OBJS-$(CONFIG_VOLUME_FILTER) += af_volume.o +OBJS-$(CONFIG_VOLUME_FILTER) += af_volume_stefano.o OBJS-$(CONFIG_VOLUME_JUSTIN_FILTER) += af_volume_justin.o OBJS-$(CONFIG_VOLUMEDETECT_FILTER) += af_volumedetect.o diff --git a/libavfilter/af_volume.c b/libavfilter/af_volume_stefano.c similarity index 100% rename from libavfilter/af_volume.c rename to libavfilter/af_volume_stefano.c