[FFmpeg-devel] [PATCH] Add af_afifo - audio fifo filter

S.N. Hemanth Meenakshisundaram smeenaks
Sat Aug 14 07:56:51 CEST 2010


Audio fifo filter, same as the video except it passes on buffers
directly if frame requests are pending. Passes make test, tested with

valgrind ./ffplay -af "[in] asplit [T1], afifo, nullasink; [T1] afifo,
nullaud [out]" ../../test.mp3

Null sink follows.

---
 libavfilter/Makefile     |    1 +
 libavfilter/af_afifo.c   |  118 ++++++++++++++++++++++++++++++++++++++++++++++
 libavfilter/allfilters.c |    1 +
 3 files changed, 120 insertions(+), 0 deletions(-)
 create mode 100644 libavfilter/af_afifo.c



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-af_afifo-audio-fifo-filter.patch
Type: text/x-patch
Size: 4956 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100813/5520ebd6/attachment.bin>



More information about the ffmpeg-devel mailing list