[FFmpeg-devel] [PATCH] Add af_asplit - add audio split filter
S.N. Hemanth Meenakshisundaram
smeenaks
Sat Aug 14 07:44:36 CEST 2010
Audio split filter. Passes make test and tested with
valgrind ./ffplay -af "[in] asplit [T1], afifo, nullasink; [T1] afifo,
nullaud [out]" ../../test.mp3
The patches for the other filters above (anullsink and afifo) follow.
Again weird name to avoid clash with vf_split filter.
---
libavfilter/Makefile | 1 +
libavfilter/af_asplit.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++
libavfilter/allfilters.c | 1 +
3 files changed, 51 insertions(+), 0 deletions(-)
create mode 100644 libavfilter/af_asplit.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-af_split-add-audio-split-filter.patch
Type: text/x-patch
Size: 3324 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100813/9ef45db8/attachment.bin>
More information about the ffmpeg-devel
mailing list