From aeb1fca0d4c8c67dbd8a550a7f16144738597868 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 3 Feb 2015 21:43:20 +0100 Subject: cocoa: automatically fetch display-fps from the monitor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- DOCS/man/vo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS') 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 -- cgit v1.2.3