[FFmpeg-devel] [PATCH] Add asrc abuffer - audio source buffer for lavfi
S.N. Hemanth Meenakshisundaram
smeenaks
Sat Sep 25 02:54:20 CEST 2010
Removed the changes for separating audio/video pts.
This filter is needed for ffmpeg.c changes to use lavfi audio. 'make
test' tests this filter every time an audio file test is done.
---
doc/filters.texi | 51 +++++++++++++
libavfilter/Makefile | 2 +
libavfilter/allfilters.c | 2 +
libavfilter/asrc_abuffer.c | 169 ++++++++++++++++++++++++++++++++++++++++++++
libavfilter/asrc_abuffer.h | 24 ++++++
5 files changed, 248 insertions(+), 0 deletions(-)
create mode 100644 libavfilter/asrc_abuffer.c
create mode 100644 libavfilter/asrc_abuffer.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-asrc-abuffer-audio-source-buffer-for-lavfi.patch
Type: text/x-patch
Size: 10165 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100924/c9f777b5/attachment.bin>
More information about the ffmpeg-devel
mailing list