vf_settb: rename to settb
authorKaterina Barone-Adesi <katerinab@gmail.com>
Tue, 1 Apr 2014 14:51:40 +0000 (16:51 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 2 Apr 2014 10:14:10 +0000 (12:14 +0200)
An audio version of settb (asettb) will be added to this file.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavfilter/Makefile
libavfilter/settb.c [moved from libavfilter/vf_settb.c with 100% similarity]

index 5312c83..1f5e433 100644 (file)
@@ -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
similarity index 100%
rename from libavfilter/vf_settb.c
rename to libavfilter/settb.c