1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-23 04:24:35 +02:00

lavfi: rename sink_buffer.c into buffersink.c.

This commit is contained in:
Nicolas George 2013-03-10 16:01:12 +01:00
parent 3add5dc88e
commit 03b87fe5e3
2 changed files with 1 additions and 1 deletions

@ -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 \