man/input: clarify behavior of seek's +exact

As discussed here:

https://github.com/mpv-player/mpv/issues/6545#issuecomment-476015318
This commit is contained in:
NoSuck 2019-03-28 03:07:06 -04:00 committed by sfan5
parent 90e44d3ff2
commit 6c91314900
1 changed files with 3 additions and 2 deletions

View File

@ -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