mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
at least it works now, but it's horrible slow and broken. double buffer
and direct rendering support are needed to make this remotely usable... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9942 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
39b9c45e34
commit
bae4a5cbb5
@ -1132,8 +1132,8 @@ static uint32_t query_format(uint32_t format)
|
||||
else if (bpp == 24 && fb_bpp == 32)
|
||||
return ret;
|
||||
}
|
||||
if (format == IMGFMT_YV12)
|
||||
return ret;
|
||||
//if (format == IMGFMT_YV12)
|
||||
// return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user