comparison DOCS/man/en/mplayer.1 @ 16422:89421a992f9b

small wording fixes
author diego
date Tue, 06 Sep 2005 22:00:35 +0000
parents 89f3095c3d6e
children a73af2f8b863
comparison
equal deleted inserted replaced
16421:c41e22d77214 16422:89421a992f9b
1992 .TP 1992 .TP
1993 .B \-adapter <value> 1993 .B \-adapter <value>
1994 Set the graphics card that will receive the image. 1994 Set the graphics card that will receive the image.
1995 Needs the \-vm option to work. 1995 Needs the \-vm option to work.
1996 You can get a list of available cards when you run this option with \-v. 1996 You can get a list of available cards when you run this option with \-v.
1997 Works currently only with \-vo directx. 1997 Currently only works with the directx video output driver.
1998 . 1998 .
1999 .TP 1999 .TP
2000 .B \-bpp <depth> 2000 .B \-bpp <depth>
2001 Override the autodetected color depth. 2001 Override the autodetected color depth.
2002 Only supported by the fbdev, dga, svga, vesa video output drivers. 2002 Only supported by the fbdev, dga, svga, vesa video output drivers.
2719 2: Use texture_non_power_of_two. 2719 2: Use texture_non_power_of_two.
2720 .IPs (no)glfinish 2720 .IPs (no)glfinish
2721 Call glFinish() before swapping buffers. 2721 Call glFinish() before swapping buffers.
2722 Slower but in some cases more correct output (default: disabled). 2722 Slower but in some cases more correct output (default: disabled).
2723 .IPs swapinterval=<n> 2723 .IPs swapinterval=<n>
2724 Minimum interval in displayed frames between to buffer swaps (default: 1). 2724 Minimum interval between two buffer swaps, counted in
2725 displayed frames (default: 1).
2725 1 is equivalent to enabling VSYNC, 0 to disabling VSYNC. 2726 1 is equivalent to enabling VSYNC, 0 to disabling VSYNC.
2726 Values < 0 will leave it at the system default. 2727 Values below 0 will leave it at the system default.
2727 This will limit the framerate to (horizontal refresh rate / n). 2728 This limits the framerate to (horizontal refresh rate / n).
2728 Requires GLX_SGI_swap_control support to work. 2729 Requires GLX_SGI_swap_control support to work.
2729 With some (most/all?) implementations this only works in fullscreen mode. 2730 With some (most/all?) implementations this only works in fullscreen mode.
2730 .REss 2731 .REss
2731 .RE 2732 .RE
2732 .PD 1 2733 .PD 1