mirror of https://github.com/mpv-player/mpv
Using rectangle=2 for vo_gl is probably a good idea nowadays.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28096 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c6f6d46ace
commit
d8185b1040
|
@ -3624,7 +3624,7 @@ but also makes use of newer extensions, which allow support for more
|
|||
colorspaces and direct rendering.
|
||||
For optimal speed try something similar to
|
||||
.br
|
||||
\-vo gl:yuv=2:force\-pbo:ati\-hack \-dr \-noslices
|
||||
\-vo gl:yuv=2:rectangle=2:force\-pbo:ati\-hack \-dr \-noslices
|
||||
.br
|
||||
The code performs very few checks, so if a feature does not work, this
|
||||
might be because it is not supported by your card/OpenGL implementation
|
||||
|
|
Loading…
Reference in New Issue