summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-27 01:07:19 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:33 +0200
commit12da72e135fd882ae1ed63e1bf2a11f75a869a35 (patch)
tree1f861c956b50f028e558895f2fd691b14348efd0 /input
parenta2adb6b3331a3f9b5a603db7b4629ea1f5beec3e (diff)
downloadmpv-12da72e135fd882ae1ed63e1bf2a11f75a869a35.tar.bz2
mpv-12da72e135fd882ae1ed63e1bf2a11f75a869a35.tar.xz
commands: sub_step takes only one argument
Diffstat (limited to 'input')
-rw-r--r--input/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.c b/input/input.c
index 97da066000..1a8f7e94e4 100644
--- a/input/input.c
+++ b/input/input.c
@@ -130,7 +130,7 @@ static const mp_cmd_t mp_cmds[] = {
OARG_CHOICE(0, ({"weak", 0}, {"0", 0},
{"force", 1}, {"1", 1})),
}},
- { MP_CMD_SUB_STEP, "sub_step", { ARG_INT, OARG_INT(0) } },
+ { MP_CMD_SUB_STEP, "sub_step", { ARG_INT } },
{ MP_CMD_OSD, "osd", { OARG_INT(-1) } },
{ MP_CMD_SHOW_TEXT, "show_text", { ARG_STRING, OARG_INT(-1), OARG_INT(0) } },
{ MP_CMD_SHOW_PROGRESS, "show_progress", },