summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-02 18:37:22 +0200
committerwm4 <wm4@nowhere>2014-10-02 18:37:22 +0200
commit44d5a26bd6976115cf9b10461e9b5aef4fe143cb (patch)
tree2a19d43ac9ae969fc16015642b753205ea12ee8e /DOCS/man
parent6dad7d6fe74ee1193ad151cb54983f0191e8b89d (diff)
downloadmpv-44d5a26bd6976115cf9b10461e9b5aef4fe143cb.tar.bz2
mpv-44d5a26bd6976115cf9b10461e9b5aef4fe143cb.tar.xz
manpage: remove non-existing ratio-pos property
Use percent-pos instead, which is exactly the same, except with the range 0.0-100.0. I'm not sure how this got there; it was probably introduced and then removed again as percent-pos got more precise. CC: @mpv-player/stable
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 3825b23088..f83e72703c 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -668,9 +668,6 @@ Property list
estimating the playback position from the byte position, if the file
duration is not known.
-``ratio-pos`` (RW)
- Position in current file (0.0-1.0). higher precision that ``percent-pos``.
-
``time-pos`` (RW)
Position in current file in seconds.