summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-10-15 17:48:47 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-10-17 20:47:43 +0200
commit3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e (patch)
treeaa3fdc29dd79dd3fb7b8dcac4fc21a02300dd8d9 /options/options.h
parente0f0f6fe26b7f8d941a20f2c86564b83e5fb52cb (diff)
downloadmpv-3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e.tar.bz2
mpv-3deb6c3d4f49bd8933c2cab2e58752f6d0a33c6e.tar.xz
input: implement --input-file on unix using the IPC support
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
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[];