1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 07:16:56 +00:00

vo_gl rectangle and yuv options should work together now

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16588 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-09-25 16:11:21 +00:00
parent d16d2c3e32
commit f84b4218e5

View File

@ -2717,7 +2717,6 @@ slower (default: 0).
0: Use power-of-two textures (default).
.br
1: Use the GL_ARB_texture_rectangle extension.
This is not compatible with hardware YUV conversion.
.br
2: Use the GL_ARB_texture_non_power_of_two extension.
In some cases only supported in software and thus very slow.