[vlc-devel] commit: png comes with an alpha plane (RV32 isn' t assumed to have a usable alpha plane in VLC). (Antoine Cellerier )
Laurent Aimar
fenrir at via.ecp.fr
Sun Aug 24 16:30:08 CEST 2008
On Sun, Aug 24, 2008, git version control wrote:
> vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Aug 24 15:16:23 2008 +0200| [b6255f2560be5c01f2a5d86332e815657e551376] | committer: Antoine Cellerier
>
> png comes with an alpha plane (RV32 isn't assumed to have a usable alpha plane in VLC).
Are you sure that it does not break colors ?
Our RGBA assume the colors are stored in memory as (byte offset)
R (0), G (1) B (2), A (3)
while RV32 does usually not (or/and not on all platforms).
Beside it would be great to add the rgb masks for RV16/RV24/RV32.
--
fenrir
More information about the vlc-devel
mailing list