summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index d812ad7960..4f554fbada 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -398,9 +398,9 @@ const struct m_sub_options gl_video_conf = {
({"auto", MP_CHROMA_AUTO},
{"center", MP_CHROMA_CENTER},
{"left", MP_CHROMA_LEFT})),
- OPT_CHOICE("alpha", alpha_mode, M_OPT_OPTIONAL_PARAM,
+ OPT_CHOICE("alpha", alpha_mode, 0,
({"no", 0},
- {"yes", 1}, {"", 1},
+ {"yes", 1},
{"blend", 2})),
OPT_FLAG("rectangle-textures", use_rectangle, 0),
OPT_COLOR("background", background, 0),