# HG changeset patch # User reimar # Date 1170503972 0 # Node ID fcc873e4a5d28b3a8358c6185c61c2846874bb81 # Parent 8c4ae9883d53f1a5f47f457204fa3323a3fc7f9f Move -vo gl suboptions that should be irrelevant for the average user to a separate section further down. diff -r 8c4ae9883d53 -r fcc873e4a5d2 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sat Feb 03 11:32:43 2007 +0000 +++ b/DOCS/man/en/mplayer.1 Sat Feb 03 11:59:32 2007 +0000 @@ -3323,24 +3323,6 @@ Use glxinfo or a similar tool to display the supported OpenGL extensions. .PD 0 .RSs -.IPs (no)manyfmts -Enables support for more (RGB and BGR) color formats (default: enabled). -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. -.RE -.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. .IPs (no)scaled-osd Changes the way the OSD behaves when the size of the window changes (default: disabled). @@ -3351,9 +3333,6 @@ Does not work correctly with ass subtitles (see \-ass). .IPs osdcolor=<0xRRGGBB> Color for OSD (default: 0xffffff, corresponds to white). -.IPs (no)aspect -Enable or disable aspect scaling and pan-and-scan support (default: enabled). -Disabling might increase speed. .IPs rectangle=<0,1,2> Select usage of rectangular textures which saves video RAM, but often is slower (default: 0). @@ -3365,9 +3344,6 @@ 2: Use the GL_ARB_texture_non_power_of_two extension. In some cases only supported in software and thus very slow. .RE -.IPs (no)glfinish -Call glFinish() before swapping buffers. -Slower but in some cases more correct output (default: disabled). .IPs swapinterval= Minimum interval between two buffer swaps, counted in displayed frames (default: 1). @@ -3444,6 +3420,34 @@ .IPs (no)customtrect If enabled, use texture_rectangle for customtex texture. Default is disabled. +.RE +Normally there is no reason to use the following options, they are mostly +there for testing. +.RSs +.IPs (no)glfinish +Call glFinish() before swapping buffers. +Slower but in some cases more correct output (default: disabled). +.IPs (no)manyfmts +Enables support for more (RGB and BGR) color formats (default: enabled). +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. +.RE +.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. +.IPs (no)aspect +Enable or disable aspect scaling and pan-and-scan support (default: enabled). +Disabling might increase speed. .REss .RE .PD 1