summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2015-02-03 21:43:20 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2015-02-03 22:07:37 +0100
commitaeb1fca0d4c8c67dbd8a550a7f16144738597868 (patch)
tree301d98bd1cee1ca9163da16b7fe5a9fa295f61f0 /DOCS/man/vo.rst
parenta33b46194c3525cb585cc78b449ec275dbfd7f83 (diff)
downloadmpv-aeb1fca0d4c8c67dbd8a550a7f16144738597868.tar.bz2
mpv-aeb1fca0d4c8c67dbd8a550a7f16144738597868.tar.xz
cocoa: automatically fetch display-fps from the monitor
Comment explains why I have been so doubtful at adding this. The Apple docs say CGDisplayModeGetRefreshRate is supposed to work only for CRTs, but it doesn't, and actually works for LCD TVs connected over HDMI and external displays (at least that's what I'm told, I don't have the hardware to test). Maybe Apple docs are incorrect. Since AFAIK Apple doesn't want to give us a better API – maybe in the fear we might be able to actually write some useful software instead of "apps" – I decided not to care as well and commit this.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 32bc600ec4..2f23bf7ca9 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -600,8 +600,8 @@ Available video output drivers are:
can lead to bad results. If the framerate is close to or over the
display refresh rate, results can be bad as well.
- .. note:: On systems other than Linux, you currently must set the
- ``--display-fps`` option, or the results will be bad.
+ .. note:: On systems other than Linux or OS X, you currently must set
+ the ``--display-fps`` option, or the results will be bad.
``smoothmotion-threshold=<0.0-0.5>``
Mix threshold at which interpolation is skipped (default: 0.0 – never