summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-12 23:41:25 +0100
committerwm4 <wm4@nowhere>2015-03-12 23:41:25 +0100
commit9a7fc55607438b60f25c52b0a16341056a99f882 (patch)
tree51dad069366d9d903fed4876d2aa1a83ada394a4 /DOCS
parent209f8225eda88f5b3a56ac37e459e4e9bda01d7e (diff)
downloadmpv-9a7fc55607438b60f25c52b0a16341056a99f882.tar.bz2
mpv-9a7fc55607438b60f25c52b0a16341056a99f882.tar.xz
command: display-fps is the display FPS as assumed by the VO
Requested change in behavior. Note that we set the assumed "infinite" display_fps to 1e6, which conveniently lets vo_get_vsync_interval() return a dummy value of 1, which can be easily checked against, and still avoids doing math with float INFs.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index ae5e017d4f..edf00cc752 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1342,9 +1342,9 @@ Property list
``display-fps``
The refresh rate of the current display. Currently, this is the lowest FPS
of any display covered by the video, as retrieved by the underlying system
- APIs (e.g. xrandr on X11). It is not the measured FPS or the FPS set with
- ``--display-fps``. It's not necessarily available on all platforms. Note
- that any of the listed facts may change any time without a warning.
+ APIs (e.g. xrandr on X11). It is not the measured FPS. It's not necessarily
+ available on all platforms. Note that any of the listed facts may change
+ any time without a warning.
``video-aspect`` (RW)
Video aspect, see ``--video-aspect``.