summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 4e324bf01c..1c2330b589 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -99,9 +99,6 @@ enum mp_command_type {
MP_CMD_VF,
MP_CMD_VF_COMMAND,
- /// Video output commands
- MP_CMD_VO_CMDLINE,
-
/// Internal for Lua scripts
MP_CMD_SCRIPT_BINDING,
MP_CMD_SCRIPT_MESSAGE,
@@ -117,6 +114,10 @@ enum mp_command_type {
MP_CMD_RESCAN_EXTERNAL_FILES,
+ MP_CMD_APPLY_PROFILE,
+
+ MP_CMD_LOAD_SCRIPT,
+
// Internal
MP_CMD_COMMAND_LIST, // list of sub-commands in args[0].v.p
};