summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/cmd_list.c2
-rw-r--r--input/cmd_list.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index e281c84f9e..b513ff48ab 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -155,6 +155,8 @@ const struct mp_cmd_def mp_cmds[] = {
{ MP_CMD_DISCNAV, "discnav", { ARG_STRING } },
+ { MP_CMD_AB_LOOP, "ab_loop", },
+
{ MP_CMD_AF, "af", { ARG_STRING, ARG_STRING } },
{ MP_CMD_AO_RELOAD, "ao_reload", },
diff --git a/input/cmd_list.h b/input/cmd_list.h
index c99ac58be9..8dc754c774 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -78,6 +78,8 @@ enum mp_command_type {
MP_CMD_DISCNAV,
+ MP_CMD_AB_LOOP,
+
/// Audio Filter commands
MP_CMD_AF,
MP_CMD_AO_RELOAD,