# HG changeset patch # User reimar # Date 1132678176 0 # Node ID 30e3ed9615b5f0c3f165b26c63ffff6fa1f06be3 # Parent 154981852bacc2cabdcdc01d7fa0ade758643f4d Explain -vo gl:slice-height behaviour if YUV rendering is used. diff -r 154981852bac -r 30e3ed9615b5 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Tue Nov 22 16:29:34 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Nov 22 16:49:36 2005 +0000 @@ -2812,6 +2812,15 @@ .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.