summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.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/opengl/video.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/opengl/video.c')
-rw-r--r--video/out/opengl/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index 3a19858953..a9ee6ea503 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -380,7 +380,7 @@ const struct m_sub_options gl_video_conf = {
({"no", BLEND_SUBS_NO},
{"yes", BLEND_SUBS_YES},
{"video", BLEND_SUBS_VIDEO})),
- OPT_STRINGLIST("opengl-shaders", user_shaders, 0),
+ OPT_STRINGLIST("opengl-shaders", user_shaders, M_OPT_FILE),
OPT_FLAG("deband", deband, 0),
OPT_SUBSTRUCT("deband", deband_opts, deband_conf, 0),
OPT_FLOAT("sharpen", unsharp, 0),