From 555ec7acbeef82132169ed1ad1f8e28ae7ae77af Mon Sep 17 00:00:00 2001 From: albeu Date: Tue, 28 May 2002 13:21:29 +0000 Subject: [PATCH] Raise the colorkey tolerence git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6221 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_dxr2.c b/libvo/vo_dxr2.c index 49e7908fc6..3452d1a739 100644 --- a/libvo/vo_dxr2.c +++ b/libvo/vo_dxr2.c @@ -746,7 +746,7 @@ static uint32_t config(uint32_t s_width, uint32_t s_height, uint32_t width, uint 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);