diff options
Diffstat (limited to 'input/cmd_list.c')
-rw-r--r-- | input/cmd_list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c index b513ff48ab..c1413f7dd9 100644 --- a/input/cmd_list.c +++ b/input/cmd_list.c @@ -157,6 +157,8 @@ const struct mp_cmd_def mp_cmds[] = { { MP_CMD_AB_LOOP, "ab_loop", }, + { MP_CMD_DROP_BUFFERS, "drop_buffers", }, + { MP_CMD_AF, "af", { ARG_STRING, ARG_STRING } }, { MP_CMD_AO_RELOAD, "ao_reload", }, |