summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-26 07:05:59 +0100
committerwm4 <wm4@nowhere>2015-01-26 07:05:59 +0100
commit06b1a2f14592bf27fb198ba114d4ca813637f639 (patch)
treea0562d271785b497ccbcf8d9e40a5a20ab97fdc5
parent4a06a66501fcbb38a61d501fd1fbbc96177882a4 (diff)
downloadmpv-06b1a2f14592bf27fb198ba114d4ca813637f639.tar.bz2
mpv-06b1a2f14592bf27fb198ba114d4ca813637f639.tar.xz
manpage: fix smoothmotion-threshold value range
-rw-r--r--DOCS/man/vo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 1d1ab950c7..8133e0cb56 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -588,7 +588,7 @@ Available video output drivers are:
.. note:: On systems other than Linux, you currently must set the
``--display-fps`` option, or the results will be bad.
- ``smoothmotion-threshold=<0.0-1.0>``
+ ``smoothmotion-threshold=<0.0-0.5>``
Mix threshold at which interpolation is skipped (default: 0.0 – never
skip).