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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 922cc21bbc..a4d9b8dab6 100644 --- a/input/input.h +++ b/input/input.h @@ -155,6 +155,9 @@ enum mp_command_type { MP_CMD_SHOW_CHAPTERS, MP_CMD_SHOW_TRACKS, + + /// Video output commands + MP_CMD_VO_CMDLINE, }; // The arg types -- cgit v1.2.3