summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/input.h
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 /mpvcore/input/input.h
parentb18f02d1ad5e5ce4031438f1cd0f1f3aaaf83003 (diff)
downloadmpv-48e10da5019d8103fdde96bca68d72ddb1d7f2ca.tar.bz2
mpv-48e10da5019d8103fdde96bca68d72ddb1d7f2ca.tar.xz
command: add a revert_seek command
As discussed on IRC.
Diffstat (limited to 'mpvcore/input/input.h')
-rw-r--r--mpvcore/input/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/input/input.h b/mpvcore/input/input.h
index 27db11705e..9e897abbbb 100644
--- a/mpvcore/input/input.h
+++ b/mpvcore/input/input.h
@@ -27,6 +27,7 @@
enum mp_command_type {
MP_CMD_IGNORE,
MP_CMD_SEEK,
+ MP_CMD_REVERT_SEEK,
MP_CMD_QUIT,
MP_CMD_QUIT_WATCH_LATER,
MP_CMD_PLAYLIST_NEXT,