summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-18 16:36:06 +0100
committerwm4 <wm4@nowhere>2016-01-18 16:36:06 +0100
commitdfe630c5d185d196539bfee7eda569c139576767 (patch)
tree6e9803d6621dd70bba425e4f6bb13b591adfc75b /DOCS/man/options.rst
parent418c98dec73c0a795ac123f9a3e6888ebda94aa7 (diff)
downloadmpv-dfe630c5d185d196539bfee7eda569c139576767.tar.bz2
mpv-dfe630c5d185d196539bfee7eda569c139576767.tar.xz
manpage: adjust --display-fps description
Make it more conservative. In most cases, mpv should be able to determine it correctly on all supported platforms.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e5fe542712..ac235d4fc4 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -560,9 +560,13 @@ Video
``--display-fps=<fps>``
Set the display FPS used with the ``--video-sync=display-*`` modes. By
- default, a detected value is used (X11 only, not correct on multi-monitor
- systems). Keep in mind that setting an incorrect value (even if slightly
- incorrect) can ruin video playback.
+ default, a detected value is used. Keep in mind that setting an incorrect
+ value (even if slightly incorrect) can ruin video playback. On multi-monitor
+ systems, there is a chance that the detected value is from the wrong
+ monitor.
+
+ Set this option only if you have reason to believe the automatically
+ determined value is wrong.
``--hwdec=<api>``
Specify the hardware video decoding API that should be used if possible.