]> git.sesse.net Git - vlc/commit
lpcm: fix BD decoding broken by 45c7b7c8764
authorRafaël Carré <funman@videolan.org>
Mon, 22 Jul 2013 14:57:42 +0000 (16:57 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 22 Jul 2013 15:00:23 +0000 (17:00 +0200)
commit792e9059f154d452f6d614b5d8c9ee93499a306d
treef23e80faa72cd066c2de02c45caf9a5e17657b17
parent69d75edde2c5b7f70f238d7f7546cc418c3f18ea
lpcm: fix BD decoding broken by 45c7b7c8764

We now output 20 and 24 bits PCM into S32N
Don't use swab, as it is forbidden for an odd number of channels

Fixes: #8982
modules/codec/lpcm.c