]> git.sesse.net Git - vlc/commit
Added LPCM from AOB suport to our LPCM decoder.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 7 Aug 2009 17:53:05 +0000 (19:53 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 7 Aug 2009 18:51:58 +0000 (20:51 +0200)
commit6db7ccc492d6408a0936cc12d5eb097a0685d193
tree145c42c91c9cc98d93035137767bffafccb08c7d
parent852c921313cb6b122f594f14cf7e83021b5a456a
Added LPCM from AOB suport to our LPCM decoder.

Audio channels in AOB can be separated into two groups with different
properties (bits/sample and/or samplerate). In this case, the second group
is ignored.
modules/codec/lpcm.c