summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-22 16:49:36 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-22 16:49:36 +0000
commite68a443a6c859c7e5d619782fb4e9918204f7b83 (patch)
tree540155852b5015854c96d79ef8a4d36b89700b00 /DOCS
parent3ad838d4c949a78a4ae773cbddeb97fc8a1a8e93 (diff)
downloadmpv-e68a443a6c859c7e5d619782fb4e9918204f7b83.tar.bz2
mpv-e68a443a6c859c7e5d619782fb4e9918204f7b83.tar.xz
Explain -vo gl:slice-height behaviour if YUV rendering is used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17031 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.19
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index efb840d4d7..5e7ac2746b 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2812,6 +2812,15 @@ Needs OpenGL version >= 1.2.
.IPs slice-height=<0\-...>
Number of lines copied to texture in one piece (default: 4).
0 for whole image.
+.br
+.I NOTE:
+If YUV colorspace is used (see yuv suboption), special rules apply:
+.RSss
+If the decoder uses slice rendering (see \-noslices), this setting
+has no effect, the size of the slices as provided by the decoder is used.
+.br
+If the decoder does not use slice rendering, the default is 16.
+.REss
.IPs (no)osd
Enable or disable support for OSD rendering via OpenGL (default: enabled).
This option is for testing; to disable the OSD use \-osdlevel 0 instead.