Module: libav
Branch: master
Commit: cc30080b3fb44bebea97533f7dfd5ee7700e4665

Author:    Justin Ruggles <[email protected]>
Committer: Justin Ruggles <[email protected]>
Date:      Mon May 21 14:00:47 2012 -0400

lavfi: rename vf_split.c to split.c

This is in preparation for adding an audio split filter.

---

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

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

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to