summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/egl_helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/egl_helpers.c b/video/out/opengl/egl_helpers.c
index 0169ab264e..3d937a57aa 100644
--- a/video/out/opengl/egl_helpers.c
+++ b/video/out/opengl/egl_helpers.c
@@ -66,7 +66,6 @@ static bool create_context(EGLDisplay display, struct mp_log *log, bool probing,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
EGL_ALPHA_SIZE, (opts->vo_flags & VOFLAG_ALPHA ) ? 1 : 0,
- EGL_DEPTH_SIZE, 1,
EGL_RENDERABLE_TYPE, rend,
EGL_NONE
};