summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 13:21:29 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 13:21:29 +0000
commit555ec7acbeef82132169ed1ad1f8e28ae7ae77af (patch)
tree40264c222b31251cd9b3363cf5e616eb41ad8d76 /libvo
parent0ee089a78934c01b2a84a6282ef7063e03bceca2 (diff)
downloadmpv-555ec7acbeef82132169ed1ad1f8e28ae7ae77af.tar.bz2
mpv-555ec7acbeef82132169ed1ad1f8e28ae7ae77af.tar.xz
Raise the colorkey tolerence
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6221 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dxr2.c2
1 files changed, 1 insertions, 1 deletions
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);