mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 19:35:49 +00:00
according to xfree cvs maximum overlay size is only 2046x2046
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10958 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c2f9ef8fb2
commit
3aa43d3ab6
@ -38,8 +38,8 @@ static vidix_capability_t nvidia_cap = {
|
||||
"Sascha Sommer <saschasommer@freenet.de>",
|
||||
TYPE_OUTPUT,
|
||||
{ 0, 0, 0, 0 },
|
||||
2048,
|
||||
2048,
|
||||
2046,
|
||||
2046,
|
||||
4,
|
||||
4,
|
||||
-1,
|
||||
|
Loading…
Reference in New Issue
Block a user