[FFmpeg-cvslog] lavfi: rename af_volume to af_volume_stefano

Michael Niedermayer git at videolan.org
Thu Dec 6 15:36:32 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Dec  6 15:29:23 2012 +0100| [1bb547192f6e9bd28b55f1f11d43bcc216976ac7] | committer: Michael Niedermayer

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 <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1bb547192f6e9bd28b55f1f11d43bcc216976ac7
---

 libavfilter/Makefile                             |    2 +-
 libavfilter/{af_volume.c => af_volume_stefano.c} |    0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index b8d546e..7f9f0ef 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



More information about the ffmpeg-cvslog mailing list