From 135a7217b92c0b1c29ea40ab405566e72d23ae4b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 22 Jan 2016 16:18:28 +0100 Subject: command: add vf-command command --- input/cmd_list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/cmd_list.h') diff --git a/input/cmd_list.h b/input/cmd_list.h index c8c0dc3593..876fe4fd71 100644 --- a/input/cmd_list.h +++ b/input/cmd_list.h @@ -96,6 +96,7 @@ enum mp_command_type { /// Video filter commands MP_CMD_VF, + MP_CMD_VF_COMMAND, /// Video output commands MP_CMD_VO_CMDLINE, -- cgit v1.2.3 From f176104ed5c7be37f4f0756b7244cbb90c4fe1fe Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 22 Jan 2016 20:36:54 +0100 Subject: command: add af-command command Similar to vf-command. Requested. Untested. --- input/cmd_list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/cmd_list.h') diff --git a/input/cmd_list.h b/input/cmd_list.h index 876fe4fd71..4e324bf01c 100644 --- a/input/cmd_list.h +++ b/input/cmd_list.h @@ -92,6 +92,7 @@ enum mp_command_type { /// Audio Filter commands MP_CMD_AF, + MP_CMD_AF_COMMAND, MP_CMD_AO_RELOAD, /// Video filter commands -- cgit v1.2.3