changeset 6220:dc29d4236bdc

Raise the colorkey tolerence
author albeu
date Tue, 28 May 2002 13:21:29 +0000
parents d43d0460cad5
children 4b2459557340
files libvo/vo_dxr2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dxr2.c	Tue May 28 12:54:57 2002 +0000
+++ b/libvo/vo_dxr2.c	Tue May 28 13:21:29 2002 +0000
@@ -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);