summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.c')
-rw-r--r--video/out/opengl/video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index 45528d138a..21bebafc30 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -2092,7 +2092,6 @@ static void check_gl_features(struct gl_video *p)
.pbo = p->opts.pbo,
.fbo_format = p->opts.fbo_format,
.alpha_mode = p->opts.alpha_mode,
- .chroma_location = p->opts.chroma_location,
.use_rectangle = p->opts.use_rectangle,
.background = p->opts.background,
.dither_algo = -1,