[FFmpeg-cvslog] lavfi: rename sink_buffer.c into buffersink.c.
Nicolas George
git at videolan.org
Sun Mar 10 19:04:53 CET 2013
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sun Mar 10 16:01:12 2013 +0100| [03b87fe5e35d009c374b45f8646b16b427d599a7] | committer: Nicolas George
lavfi: rename sink_buffer.c into buffersink.c.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03b87fe5e35d009c374b45f8646b16b427d599a7
---
libavfilter/Makefile | 2 +-
libavfilter/{sink_buffer.c => buffersink.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index a391de8..a1d58d3 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -33,13 +33,13 @@ OBJS = allfilters.o \
avfilter.o \
avfiltergraph.o \
buffer.o \
+ buffersink.o \
buffersrc.o \
drawutils.o \
fifo.o \
formats.o \
graphdump.o \
graphparser.o \
- sink_buffer.o \
transform.o \
video.o \
diff --git a/libavfilter/sink_buffer.c b/libavfilter/buffersink.c
similarity index 100%
rename from libavfilter/sink_buffer.c
rename to libavfilter/buffersink.c
More information about the ffmpeg-cvslog
mailing list