summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-02 21:05:04 +0200
committerwm4 <wm4@nowhere>2013-10-02 21:05:04 +0200
commit93b712fa8ab56217da2e8a5317891f4d0df1838f (patch)
tree590196b83aadab0731e2b36cfc521838abf18345 /mpvcore/input/input.h
parentdf5706f156aa43b9fa233aff49cc012ed74de65f (diff)
downloadmpv-93b712fa8ab56217da2e8a5317891f4d0df1838f.tar.bz2
mpv-93b712fa8ab56217da2e8a5317891f4d0df1838f.tar.xz
command: add sub_seek input command
Essentially reuses the sub_step command, and is subject to the same restrictions. Seems to behave a bit strange sometimes, but generally works.
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 5166e884b4..33c269c1a7 100644
--- a/mpvcore/input/input.h
+++ b/mpvcore/input/input.h
@@ -43,6 +43,7 @@ enum mp_command_type {
MP_CMD_PLAYLIST_REMOVE,
MP_CMD_PLAYLIST_MOVE,
MP_CMD_SUB_STEP,
+ MP_CMD_SUB_SEEK,
MP_CMD_TV_SET_CHANNEL,
MP_CMD_TV_LAST_CHANNEL,
MP_CMD_TV_SET_FREQ,