[FFmpeg-devel] [PATCH] lavfi: rename vsrc_movie.c to movie.c

Stefano Sabatini stefano.sabatini-lala at poste.it
Mon Aug 22 10:52:14 CEST 2011


The file is going to contain the amovie source, so give it a less
specific name.
---
 libavfilter/Makefile                  |    2 +-
 libavfilter/{vsrc_movie.c => movie.c} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename libavfilter/{vsrc_movie.c => movie.c} (100%)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 5ed7e99..d8bf454 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -74,7 +74,7 @@ OBJS-$(CONFIG_YADIF_FILTER)                  += vf_yadif.o
 OBJS-$(CONFIG_BUFFER_FILTER)                 += vsrc_buffer.o
 OBJS-$(CONFIG_COLOR_FILTER)                  += vsrc_color.o
 OBJS-$(CONFIG_FREI0R_SRC_FILTER)             += vf_frei0r.o
-OBJS-$(CONFIG_MOVIE_FILTER)                  += vsrc_movie.o
+OBJS-$(CONFIG_MOVIE_FILTER)                  += movie.o
 OBJS-$(CONFIG_MPTESTSRC_FILTER)              += vsrc_mptestsrc.o
 OBJS-$(CONFIG_NULLSRC_FILTER)                += vsrc_nullsrc.o
 OBJS-$(CONFIG_RGBTESTSRC_FILTER)             += vsrc_testsrc.o
diff --git a/libavfilter/vsrc_movie.c b/libavfilter/movie.c
similarity index 100%
rename from libavfilter/vsrc_movie.c
rename to libavfilter/movie.c
-- 
1.7.2.5



More information about the ffmpeg-devel mailing list