[Mplayer-cvslog] CVS: main/vidix/drivers mach64_vid.c,1.27,1.28
Michael Niedermayer
michael at mplayerhq.hu
Tue Oct 22 13:54:32 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.34,1.35 tv.c,1.36,1.37 tv.h,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/libdha/sysdep AsmMacros_powerpc.h,1.2,1.3 pci_linux.c,1.4,1.5 pci_powerpc.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var/tmp.root/cvs-serv18769
Modified Files:
mach64_vid.c
Log Message:
RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)
Index: mach64_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/mach64_vid.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mach64_vid.c 21 Oct 2002 16:57:02 -0000 1.27
+++ mach64_vid.c 22 Oct 2002 11:52:21 -0000 1.28
@@ -1002,6 +1002,7 @@
((mach64_grkey.ckey.blue &0xF8)>>3)
| ((mach64_grkey.ckey.green&0xFC)<<3)
| ((mach64_grkey.ckey.red &0xF8)<<8);
+ besr.graphics_key_clr=le2me_32(besr.graphics_key_clr);
break;
case 24:
besr.graphics_key_msk=0xFFFFFF;
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.34,1.35 tv.c,1.36,1.37 tv.h,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/libdha/sysdep AsmMacros_powerpc.h,1.2,1.3 pci_linux.c,1.4,1.5 pci_powerpc.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list