]> git.sesse.net Git - vlc/commit
Improved wav multichannel support.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 7 Apr 2009 12:29:30 +0000 (14:29 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 9 Apr 2009 18:51:47 +0000 (20:51 +0200)
commit93387674915f623381cd08aedb0638b238c19104
tree3a178abd4731151c794eaa1126a8364eaba07cfe
parentc7c2fbc24c4dab4e8f1a2b467c1c22c47731418f
Improved wav multichannel support.

When a channel mask is incomplete, use 'random' position to fill it up.
(It means that the channel position is 'unspecified' and so we have to
choose it ourselve).
It should fix #2618.
modules/demux/wav.c