summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorGraham Booker <gbooker@plexapp.com>2022-10-03 13:58:45 -0500
committersfan5 <sfan5@live.de>2023-12-08 13:37:26 +0100
commit4754bd54c7ab22c6c98283d81e22d219b3b64ade (patch)
treeec1fcd96a9337905c64defcb3e02af3bef937f21 /input
parentf886eb5678d0ed7eea196e577e04525248963f28 (diff)
downloadmpv-4754bd54c7ab22c6c98283d81e22d219b3b64ade.tar.bz2
mpv-4754bd54c7ab22c6c98283d81e22d219b3b64ade.tar.xz
player/command: add ability to scale overlay
Diffstat (limited to 'input')
-rw-r--r--input/cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/cmd.h b/input/cmd.h
index 1c9fb3e815..3d4b15fcc3 100644
--- a/input/cmd.h
+++ b/input/cmd.h
@@ -23,7 +23,7 @@
#include "misc/bstr.h"
#include "options/m_option.h"
-#define MP_CMD_DEF_MAX_ARGS 9
+#define MP_CMD_DEF_MAX_ARGS 11
#define MP_CMD_OPT_ARG M_OPT_OPTIONAL_PARAM
struct mp_log;