diff options
author | Katerina Barone-Adesi <katerinab@gmail.com> | 2014-04-01 16:51:40 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-04-02 12:14:10 +0200 |
commit | b33c64e4c2e0fd2484352c5eef3c667ad094ca27 (patch) | |
tree | 022fb04fd5d4a54e59e24155b67566514ae7dcfa /libavfilter | |
parent | 9d599e3f6e61438772d8cddd6c9b7c495251f51e (diff) | |
download | ffmpeg-b33c64e4c2e0fd2484352c5eef3c667ad094ca27.tar.gz |
vf_settb: rename to settb
An audio version of settb (asettb) will be added to this file.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/Makefile | 2 | ||||
-rw-r--r-- | libavfilter/settb.c (renamed from libavfilter/vf_settb.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 5312c838ae..1f5e43329a 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 index 87b60a7405..87b60a7405 100644 --- a/libavfilter/vf_settb.c +++ b/libavfilter/settb.c |