summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-03-10 16:01:12 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-03-10 17:05:55 +0100
commit03b87fe5e35d009c374b45f8646b16b427d599a7 (patch)
tree2c909c9c383e08154337d44f6f9f3094f019ecf6 /libavfilter
parent3add5dc88e8b7bd41f0d999fe8fb3e72fc76973e (diff)
lavfi: rename sink_buffer.c into buffersink.c.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/buffersink.c (renamed from libavfilter/sink_buffer.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index a391de8a4e..a1d58d3671 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
index 9f92051c2b..9f92051c2b 100644
--- a/libavfilter/sink_buffer.c
+++ b/libavfilter/buffersink.c