summaryrefslogtreecommitdiffstats
path: root/video/out/vo_image.c
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2017-03-05 16:47:36 -0500
committerwm4 <wm4@nowhere>2017-03-06 15:41:06 +0100
commita2a5fa454565e7e7ca11721ec9d1935a9fccf168 (patch)
tree34345f559f7ec858e2178893f5024e7bb87339a3 /video/out/vo_image.c
parent1245ac1dc527e10c57b40f9c82c652a68904c86e (diff)
downloadmpv-a2a5fa454565e7e7ca11721ec9d1935a9fccf168.tar.bz2
mpv-a2a5fa454565e7e7ca11721ec9d1935a9fccf168.tar.xz
options: add M_OPT_FILE to some more file options
(Helps shell completion.)
Diffstat (limited to 'video/out/vo_image.c')
-rw-r--r--video/out/vo_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_image.c b/video/out/vo_image.c
index e1bc1aab20..fd3efde253 100644
--- a/video/out/vo_image.c
+++ b/video/out/vo_image.c
@@ -57,7 +57,7 @@ struct vo_image_opts {
static const struct m_sub_options vo_image_conf = {
.opts = (const struct m_option[]) {
OPT_SUBSTRUCT("vo-image", opts, image_writer_conf, 0),
- OPT_STRING("vo-image-outdir", outdir, 0),
+ OPT_STRING("vo-image-outdir", outdir, M_OPT_FILE),
{0},
},
.size = sizeof(struct vo_image_opts),