[Mplayer-cvslog] CVS: main/libvo vo_dxr2.c,1.5,1.6

Alban Bedel CVS albeu at mplayerhq.hu
Tue May 28 15:21:35 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv6915/libvo

Modified Files:
	vo_dxr2.c 
Log Message:
Raise the colorkey tolerence


Index: vo_dxr2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr2.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vo_dxr2.c	24 May 2002 21:59:34 -0000	1.5
+++ vo_dxr2.c	28 May 2002 13:21:29 -0000	1.6
@@ -746,7 +746,7 @@
       oc.arg1 = 0x40;
       oc.arg2 = 0xff;
       oc.arg3 = 0x00;
-      oc.arg4 = 0x10;
+      oc.arg4 = 0x20;
       oc.arg5 = 0x40;
       oc.arg6 = 0xff;
       ioctl(dxr2_fd, DXR2_IOC_SET_OVERLAY_COLOUR, &oc);




More information about the MPlayer-cvslog mailing list