From e9a18efa2b937f7627447e9f3c82c38ddf6b6eee Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Aug 2012 01:06:59 +0200 Subject: VO: add mechanisms to change VO commandline for VOs supporting it --- input/input.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/input.c') diff --git a/input/input.c b/input/input.c index 836c9df14a..73e48436dd 100644 --- a/input/input.c +++ b/input/input.c @@ -224,6 +224,8 @@ static const mp_cmd_t mp_cmds[] = { { MP_CMD_SHOW_CHAPTERS, "show_chapters_osd", }, { MP_CMD_SHOW_TRACKS, "show_tracks_osd", }, + { MP_CMD_VO_CMDLINE, "vo_cmdline", { ARG_STRING } }, + {0} }; -- cgit v1.2.3