summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/input/input.c')
-rw-r--r--mpvcore/input/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/input/input.c b/mpvcore/input/input.c
index d318a0d7c5..c78447c4bf 100644
--- a/mpvcore/input/input.c
+++ b/mpvcore/input/input.c
@@ -157,6 +157,7 @@ static const mp_cmd_t mp_cmds[] = {
{"force", 1}, {"1", 1})),
}},
{ MP_CMD_SUB_STEP, "sub_step", { ARG_INT } },
+ { MP_CMD_SUB_SEEK, "sub_seek", { ARG_INT } },
{ MP_CMD_OSD, "osd", { OARG_INT(-1) } },
{ MP_CMD_PRINT_TEXT, "print_text", { ARG_STRING } },
{ MP_CMD_SHOW_TEXT, "show_text", { ARG_STRING, OARG_INT(-1), OARG_INT(0) } },