[FFmpeg-cvslog] lavfi: rename vf_split.c to split.c

Justin Ruggles git at videolan.org
Tue May 22 23:57:36 CEST 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Mon May 21 14:00:47 2012 -0400| [cc30080b3fb44bebea97533f7dfd5ee7700e4665] | committer: Justin Ruggles

lavfi: rename vf_split.c to split.c

This is in preparation for adding an audio split filter.

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

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

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index fc96f42..1a436d2 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -68,7 +68,7 @@ OBJS-$(CONFIG_SETSAR_FILTER)                 += vf_aspect.o
 OBJS-$(CONFIG_SETTB_FILTER)                  += vf_settb.o
 OBJS-$(CONFIG_SHOWINFO_FILTER)               += vf_showinfo.o
 OBJS-$(CONFIG_SLICIFY_FILTER)                += vf_slicify.o
-OBJS-$(CONFIG_SPLIT_FILTER)                  += vf_split.o
+OBJS-$(CONFIG_SPLIT_FILTER)                  += split.o
 OBJS-$(CONFIG_TRANSPOSE_FILTER)              += vf_transpose.o
 OBJS-$(CONFIG_UNSHARP_FILTER)                += vf_unsharp.o
 OBJS-$(CONFIG_VFLIP_FILTER)                  += vf_vflip.o
diff --git a/libavfilter/vf_split.c b/libavfilter/split.c
similarity index 100%
rename from libavfilter/vf_split.c
rename to libavfilter/split.c



More information about the ffmpeg-cvslog mailing list