summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/cmd_list.c1
-rw-r--r--input/cmd_list.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index fe014c4983..e281c84f9e 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -156,6 +156,7 @@ const struct mp_cmd_def mp_cmds[] = {
{ MP_CMD_DISCNAV, "discnav", { ARG_STRING } },
{ MP_CMD_AF, "af", { ARG_STRING, ARG_STRING } },
+ { MP_CMD_AO_RELOAD, "ao_reload", },
{ MP_CMD_VF, "vf", { ARG_STRING, ARG_STRING } },
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 7d395cb329..c99ac58be9 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -80,6 +80,7 @@ enum mp_command_type {
/// Audio Filter commands
MP_CMD_AF,
+ MP_CMD_AO_RELOAD,
/// Video filter commands
MP_CMD_VF,