disable color key support - causes a lot of unnecessary problems

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4874 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-02-27 11:14:25 +00:00
parent 6e5c07d4ef
commit 20892b7778
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ int vixQueryFourcc(vidix_fourcc_t *to)
VID_DEPTH_12BPP| VID_DEPTH_15BPP|
VID_DEPTH_16BPP| VID_DEPTH_24BPP|
VID_DEPTH_32BPP;
to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK | VID_CAP_COLORKEY;
to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK/* | VID_CAP_COLORKEY*/;
return 0;
}
else to->depth = to->flags = 0;