Raise the colorkey tolerence

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6221 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-05-28 13:21:29 +00:00
parent 0ee089a789
commit 555ec7acbe
1 changed files with 1 additions and 1 deletions

View File

@ -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);