mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
lavfi: rename vsrc_buffer.c to buffersrc.c
Most of the code will be shared for both audio and video version.
This commit is contained in:
parent
fd127ede62
commit
fad729fa50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user