From 71ded03123a704ddcbf018dcb0ec633475ccb04a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 31 Oct 2013 23:23:38 +0100 Subject: command: add generic "multiply" command Essentially works like "add". --- mpvcore/input/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mpvcore/input/input.c') diff --git a/mpvcore/input/input.c b/mpvcore/input/input.c index 5b74f1aa33..aaa9cc14df 100644 --- a/mpvcore/input/input.c +++ b/mpvcore/input/input.c @@ -216,6 +216,7 @@ static const mp_cmd_t mp_cmds[] = { .optional = true, .v.d = 1 }, }}, + { MP_CMD_MULTIPLY, "multiply", { ARG_STRING, ARG_DOUBLE } }, { MP_CMD_ENABLE_INPUT_SECTION, "enable_section", { ARG_STRING, -- cgit v1.2.3