summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoSuck <NoSuck@users.noreply.github.com>2019-03-28 03:07:06 -0400
committersfan5 <sfan5@live.de>2019-04-02 09:09:14 +0200
commit6c913149001b242aa777d6a1e67f62162c1e6694 (patch)
tree96c254d33e50835ddfc5508394faedf9d10cca5c
parent90e44d3ff2182749da8d7d255bef15fd99c18eee (diff)
downloadmpv-6c913149001b242aa777d6a1e67f62162c1e6694.tar.bz2
mpv-6c913149001b242aa777d6a1e67f62162c1e6694.tar.xz
man/input: clarify behavior of seek's +exact
As discussed here: https://github.com/mpv-player/mpv/issues/6545#issuecomment-476015318
-rw-r--r--DOCS/man/input.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index b2d676c644..2b483a4f05 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -181,8 +181,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
Multiple flags can be combined, e.g.: ``absolute+keyframes``.
- By default, ``keyframes`` is used for relative seeks, and ``exact`` is used
- for absolute seeks.
+ By default, ``keyframes`` is used for ``relative``, ``relative-percent``,
+ and ``absolute-percent`` seeks, while ``exact`` is used for ``absolute``
+ seeks.
Before mpv 0.9, the ``keyframes`` and ``exact`` flags had to be passed as
3rd parameter (essentially using a space instead of ``+``). The 3rd