[FFmpeg-cvslog] vf_settb: rename to settb

Katerina Barone-Adesi git at videolan.org
Wed Apr 2 19:02:37 CEST 2014


ffmpeg | branch: master | Katerina Barone-Adesi <katerinab at gmail.com> | Tue Apr  1 16:51:40 2014 +0200| [b33c64e4c2e0fd2484352c5eef3c667ad094ca27] | committer: Diego Biurrun

vf_settb: rename to settb

An audio version of settb (asettb) will be added to this file.

Signed-off-by: Diego Biurrun <diego at biurrun.de>

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

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

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 5312c83..1f5e433 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -76,7 +76,7 @@ OBJS-$(CONFIG_SELECT_FILTER)                 += vf_select.o
 OBJS-$(CONFIG_SETDAR_FILTER)                 += vf_aspect.o
 OBJS-$(CONFIG_SETPTS_FILTER)                 += setpts.o
 OBJS-$(CONFIG_SETSAR_FILTER)                 += vf_aspect.o
-OBJS-$(CONFIG_SETTB_FILTER)                  += vf_settb.o
+OBJS-$(CONFIG_SETTB_FILTER)                  += settb.o
 OBJS-$(CONFIG_SHOWINFO_FILTER)               += vf_showinfo.o
 OBJS-$(CONFIG_SHUFFLEPLANES_FILTER)          += vf_shuffleplanes.o
 OBJS-$(CONFIG_SPLIT_FILTER)                  += split.o
diff --git a/libavfilter/vf_settb.c b/libavfilter/settb.c
similarity index 100%
rename from libavfilter/vf_settb.c
rename to libavfilter/settb.c



More information about the ffmpeg-cvslog mailing list