From d5b081152aecb947215f7b8aa091ca2031c94edc Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 27 Oct 2014 11:52:42 +0100 Subject: audio: add command/function to reload audio output Anticipated use: simple solution for dealing with audio APIs which request configuration changes via events. --- 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 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, -- cgit v1.2.3