]> git.sesse.net Git - vlc/commit
Added a new channel extraction helper to aout.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 2 May 2009 19:18:19 +0000 (21:18 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 2 May 2009 19:18:19 +0000 (21:18 +0200)
commit29e5165b2a6099a3c83bf29759a7a60225b6d90e
tree8b1ec7a9f80d378a87384cb390142a4cc429d454
parentd86012e8cbc6dc12633813f877b07f07c720bf23
Added a new channel extraction helper to aout.

They are aout_CheckChannelExtraction/aout_ChannelExtract.
They work a bit like CheckChannelReorder and ChannelReorder but does not
have there limitations. They will mainly be used to interface the aout core
with the world (demuxer, codecs, maybe output).
include/vlc_aout.h
src/audio_output/common.c
src/libvlccore.sym