diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-04 15:38:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-14 21:36:10 +0200 |
commit | fad729fa505c0450482028c4a55c29fdc503dad7 (patch) | |
tree | 3bf0c06eaee3ad957ba1b462a40236f5b56cc9e8 /libavfilter | |
parent | fd127ede62306b273de925489c78d48474438b31 (diff) | |
download | ffmpeg-fad729fa505c0450482028c4a55c29fdc503dad7.tar.gz |
lavfi: rename vsrc_buffer.c to buffersrc.c
Most of the code will be shared for both audio and video version.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/Makefile | 2 | ||||
-rw-r--r-- | libavfilter/buffersrc.c (renamed from libavfilter/vsrc_buffer.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 9cbb90847f..6a6bfd6811 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 index 1ace368413..1ace368413 100644 --- a/libavfilter/vsrc_buffer.c +++ b/libavfilter/buffersrc.c |