summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-19 12:16:52 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-19 12:16:52 +0000
commitf37f504f2ab027bd12347e8db8a31faa8254d0ee (patch)
tree3eaf9e58c27d10a332f90e2ef3282e6f29ab8d3c /DOCS/man/en
parent5da34263f61bb1f0170904abf5d875b13a5db6f4 (diff)
downloadmpv-f37f504f2ab027bd12347e8db8a31faa8254d0ee.tar.bz2
mpv-f37f504f2ab027bd12347e8db8a31faa8254d0ee.tar.xz
Do not set SwapInterval for values < 0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16272 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.11
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 5ffd71da48..efa7abe967 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2718,6 +2718,7 @@ Slower but in some cases more correct output (default: disabled).
.IPs swapinterval=<n>
Minimum interval in displayed frames between to buffer swaps (default: 1).
1 is equivalent to enable VSYNC, 0 to disable VSYNC.
+Values < 0 will leave it at the system default.
This will limit the framerate to (horizontal refresh rate / n).
Requires GLX_SGI_swap_control support to work.
With some (most/all?) implementations this only works in fullscreen mode.