[MPlayer-dev-eng] [PATCH] GIF support, release quality?
Arpi
arpi at thot.banki.hu
Wed Jan 29 23:48:14 CET 2003
Hi,
> afaik only vo_svga and vo_ggi supports BGR8, and both (should) use the palette.
> otherwise it has no sense of supporting bgr8, as you said it would show
> garbage.
ehh
vo_svga uses hardcoded palette:
/* set 332 palette for 8 bpp */
if(bpp==8){
int i;
for(i=0; i<256; i++)
vga_setpalette(i, ((i>>5)&7)*9, ((i>>2)&7)*9, (i&3)*21);
}
who the fsck made it? (i'm lazy to browse cvslog:))
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
"However, many people beg for its inclusion in Debian. Why?" - Gabucino
"Because having new software in Debian is good." - Josselin Mouette
"Because having good software in Debian is new." - Gabucino
More information about the MPlayer-dev-eng
mailing list