]> git.sesse.net Git - vlc/commit
* sdl_image.c: fixed decoding of 24/32 bpp images (the color masks were not
authorCyril Deguet <asmax@videolan.org>
Sat, 5 Nov 2005 17:05:25 +0000 (17:05 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 5 Nov 2005 17:05:25 +0000 (17:05 +0000)
commitd607e4d105654542fe1362f0c12a18d2b7c3c0b4
tree3c2e1d5676c3ad9ea0c7ecabcddb96bcd41c1042
parent13a000e73bbee335cd3ffb3a1ccfe14ed65d47b7
* sdl_image.c: fixed decoding of 24/32 bpp images (the color masks were not
 taken into account, which caused getting RGBA pictures instead of ARGB,
 or GBR instead of RGB). 8bpp is obviously broken too, I have not tested it.
 --> now BMP images (and other formats) can be used in skins, not only PNG!
  (of course the goal is to add a winamp skins loader ;-)
modules/codec/sdl_image.c