lavfi: rename vsrc_buffer.c to buffersrc.c

Most of the code will be shared for both audio and video version.
pull/30/merge
Anton Khirnov 13 years ago
parent fd127ede62
commit fad729fa50
  1. 2
      libavfilter/Makefile
  2. 0
      libavfilter/buffersrc.c

@ -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…
Cancel
Save