From 3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Wed, 15 Oct 2014 17:48:47 +0200 Subject: input: implement --input-file on unix using the IPC support --- options/options.c | 1 + options/options.h | 1 + 2 files changed, 2 insertions(+) (limited to 'options') diff --git a/options/options.c b/options/options.c index 333f35911f..4621df9b7e 100644 --- a/options/options.c +++ b/options/options.c @@ -528,6 +528,7 @@ const m_option_t mp_opts[] = { OPT_FLAG("idle", player_idle_mode, M_OPT_GLOBAL), OPT_FLAG("input-terminal", consolecontrols, CONF_GLOBAL), + OPT_STRING("input-file", input_file, M_OPT_FILE | M_OPT_GLOBAL), OPT_STRING("input-unix-socket", ipc_path, M_OPT_FILE), OPT_SUBSTRUCT("screenshot", screenshot_image_opts, image_writer_conf, 0), diff --git a/options/options.h b/options/options.h index a34f3d6042..adbb70e420 100644 --- a/options/options.h +++ b/options/options.h @@ -286,6 +286,7 @@ typedef struct MPOpts { struct encode_opts *encode_opts; char *ipc_path; + char *input_file; } MPOpts; extern const m_option_t mp_opts[]; -- cgit v1.2.3