[FFmpeg-cvslog] lavfi: rename vsrc_buffer.c to buffersrc.c
Anton Khirnov
git at videolan.org
Wed May 16 02:30:35 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri May 4 15:38:56 2012 +0200| [fad729fa505c0450482028c4a55c29fdc503dad7] | committer: Anton Khirnov
lavfi: rename vsrc_buffer.c to buffersrc.c
Most of the code will be shared for both audio and video version.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fad729fa505c0450482028c4a55c29fdc503dad7
---
libavfilter/Makefile | 2 +-
libavfilter/{vsrc_buffer.c => buffersrc.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 9cbb908..6a6bfd6 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -15,12 +15,12 @@ OBJS = allfilters.o \
avfilter.o \
avfiltergraph.o \
buffersink.o \
+ buffersrc.o \
defaults.o \
drawutils.o \
formats.o \
graphparser.o \
vf_scale.o \
- vsrc_buffer.o \
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o
diff --git a/libavfilter/vsrc_buffer.c b/libavfilter/buffersrc.c
similarity index 100%
rename from libavfilter/vsrc_buffer.c
rename to libavfilter/buffersrc.c
More information about the ffmpeg-cvslog
mailing list