summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/gl_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 875eb7eb38..d7fd6774b6 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -224,7 +224,7 @@ static const char *osd_shaders[SUBBITMAP_COUNT] = {
[SUBBITMAP_RGBA] = "frag_osd_rgba",
};
-static const const struct gl_video_opts gl_video_opts_def = {
+static const struct gl_video_opts gl_video_opts_def = {
.npot = 1,
.dither_depth = -1,
.fbo_format = GL_RGB,