summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-01 02:07:32 +0100
committerwm4 <wm4@nowhere>2013-12-01 02:07:32 +0100
commit48e10da5019d8103fdde96bca68d72ddb1d7f2ca (patch)
tree4c52fefdd88307015a34167afcf7b2d460025bf3 /DOCS/man/en
parentb18f02d1ad5e5ce4031438f1cd0f1f3aaaf83003 (diff)
downloadmpv-48e10da5019d8103fdde96bca68d72ddb1d7f2ca.tar.bz2
mpv-48e10da5019d8103fdde96bca68d72ddb1d7f2ca.tar.xz
command: add a revert_seek command
As discussed on IRC.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/input.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 0763b1d1e1..7d62784b97 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -86,6 +86,12 @@ List of Input Commands
keyframes
Always restart playback at keyframe boundaries (fast).
+``revert_seek``
+ Undoes the ``seek`` command, and some other commands that seek (but not
+ necessarily all of them). Calling this command once will jump to the
+ playback position before the seek. Calling it a second time undoes the
+ ``revert_seek`` command itself.
+
``frame_step``
Play one frame, then pause.