summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-02 18:37:22 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-10-11 13:53:47 +0200
commit45b99d979977e720a6024eb95a1aa83bee228972 (patch)
tree16f4ea8a0fc3b320c5e752987716128ace8081f1
parentb784083fb5fada876c94e2f6488e88a2827b9f92 (diff)
downloadmpv-45b99d979977e720a6024eb95a1aa83bee228972.tar.bz2
mpv-45b99d979977e720a6024eb95a1aa83bee228972.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
-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.