[FFmpeg-soc] [PATCH] Add asrc_buffer filter
S.N. Hemanth Meenakshisundaram
smeenaks at ucsd.edu
Wed Jul 28 09:29:38 CEST 2010
Added an asrc buffer. Uses AVFifoBuffer like in Baptiste's vsrc patch.
My ffmpeg.c changes aren't yet complete, will test with ffmpeg.c this
once that is done.
---
libavfilter/Makefile | 2 +
libavfilter/allfilters.c | 2 +
libavfilter/asrc_buffer.c | 128 +++++++++++++++++++++++++++++++++++++++++++++
libavfilter/asrc_buffer.h | 24 ++++++++
4 files changed, 156 insertions(+), 0 deletions(-)
create mode 100644 libavfilter/asrc_buffer.c
create mode 100644 libavfilter/asrc_buffer.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-asrc_buffer-filter.patch
Type: text/x-patch
Size: 6922 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100728/6665bdac/attachment.bin>
More information about the FFmpeg-soc
mailing list