aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-04-27 19:23:59 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-04-28 09:59:13 +0200
commit2ae5af8094f15f2b0de8c406a96dddee8f31c136 (patch)
tree2a559fcc3bca2d866f7c7f76caeec056a46ae6f6
parent7ad0d9864ee4a25dcace903c0b5860cbe43e535b (diff)
downloadffmpeg-2ae5af8094f15f2b0de8c406a96dddee8f31c136.tar.gz
lavfi: rename vsrc_buffer.c into src_buffer.c.
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/src_buffer.c (renamed from libavfilter/vsrc_buffer.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e5da239dcd..95bcc5d51f 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -22,8 +22,8 @@ OBJS = allfilters.o \
formats.o \
graphdump.o \
graphparser.o \
+ src_buffer.o \
transform.o \
- vsrc_buffer.o
OBJS-$(CONFIG_AVCODEC) += avcodec.o
OBJS-$(CONFIG_AVFORMAT) += lavfutils.o
diff --git a/libavfilter/vsrc_buffer.c b/libavfilter/src_buffer.c
index e3060344fb..e3060344fb 100644
--- a/libavfilter/vsrc_buffer.c
+++ b/libavfilter/src_buffer.c