vo: hwdec_aimagereader: fix compile

forgotten in 085f3e31a0
This commit is contained in:
sfan5 2023-05-29 22:44:11 +02:00
parent 0131ae4133
commit 0d1b96c233
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ static int init(struct ra_hwdec *hw)
static const char *es2_exts[] = {"GL_OES_EGL_image_external", 0};
static const char *es3_exts[] = {"GL_OES_EGL_image_external_essl3", 0};
GL *gl = ra_gl_get(hw->ra);
GL *gl = ra_gl_get(hw->ra_ctx->ra);
if (gl_check_extension(gl->extensions, es3_exts[0]))
hw->glsl_extensions = es3_exts;
else