mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
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:
parent
6e5c07d4ef
commit
20892b7778
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user