]> git.sesse.net Git - vlc/commit
Fix SPU alpha channel palette values
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 7 Jan 2010 19:04:11 +0000 (21:04 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 9 Jan 2010 10:14:04 +0000 (12:14 +0200)
commit6b5e5fb434db2982b2bfd461501a7df65feb860f
tree1a20a96b99e797c1729c6e22c1f02cc4d4c16aef
parent11fe3be41b4ba5d9558306101040319393921003
Fix SPU alpha channel palette values

To convert from 4-bits to 8-bits channel, one should multiply by 17.

Acked-by: Antoine Cellerier <dionoea@videolan.org>
modules/codec/spudec/parse.c