[FFmpeg-cvslog] lavfi: rename vf_ass.c to vf_subtitles.c

Clément Bœsch git at videolan.org
Sun Feb 17 13:04:13 CET 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Mon Dec 31 11:18:29 2012 +0100| [2a14b23484be9b63584d4b534cc6e5fb7d53454d] | committer: Clément Bœsch

lavfi: rename vf_ass.c to vf_subtitles.c

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

 libavfilter/Makefile                     |    4 ++--
 libavfilter/{vf_ass.c => vf_subtitles.c} |    0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index ff69d09..2449da4 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -94,7 +94,7 @@ OBJS-$(CONFIG_FLITE_FILTER)                  += asrc_flite.o
 
 OBJS-$(CONFIG_ANULLSINK_FILTER)              += asink_anullsink.o
 
-OBJS-$(CONFIG_ASS_FILTER)                    += vf_ass.o
+OBJS-$(CONFIG_ASS_FILTER)                    += vf_subtitles.o
 OBJS-$(CONFIG_ALPHAEXTRACT_FILTER)           += vf_alphaextract.o
 OBJS-$(CONFIG_ALPHAMERGE_FILTER)             += vf_alphamerge.o
 OBJS-$(CONFIG_BBOX_FILTER)                   += bbox.o vf_bbox.o
@@ -153,7 +153,7 @@ OBJS-$(CONFIG_SETTB_FILTER)                  += f_settb.o
 OBJS-$(CONFIG_SHOWINFO_FILTER)               += vf_showinfo.o
 OBJS-$(CONFIG_SMARTBLUR_FILTER)              += vf_smartblur.o
 OBJS-$(CONFIG_SPLIT_FILTER)                  += split.o
-OBJS-$(CONFIG_SUBTITLES_FILTER)              += vf_ass.o
+OBJS-$(CONFIG_SUBTITLES_FILTER)              += vf_subtitles.o
 OBJS-$(CONFIG_SUPER2XSAI_FILTER)             += vf_super2xsai.o
 OBJS-$(CONFIG_SWAPUV_FILTER)                 += vf_swapuv.o
 OBJS-$(CONFIG_THUMBNAIL_FILTER)              += vf_thumbnail.o
diff --git a/libavfilter/vf_ass.c b/libavfilter/vf_subtitles.c
similarity index 100%
rename from libavfilter/vf_ass.c
rename to libavfilter/vf_subtitles.c



More information about the ffmpeg-cvslog mailing list