From a2a5fa454565e7e7ca11721ec9d1935a9fccf168 Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Sun, 5 Mar 2017 16:47:36 -0500 Subject: options: add M_OPT_FILE to some more file options (Helps shell completion.) --- video/out/vo_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_image.c') 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), -- cgit v1.2.3