diff --git a/video/out/opengl/ra_gl.c b/video/out/opengl/ra_gl.c index 227bd58fbf..62d16cbdbc 100644 --- a/video/out/opengl/ra_gl.c +++ b/video/out/opengl/ra_gl.c @@ -73,7 +73,7 @@ int ra_init_gl(struct ra *ra, GL *gl) desc->components[0][i] = i + 1; desc->chroma_w = desc->chroma_h = 1; } - if (strcmp(fmt->name, "ashit") == 0) { + if (strcmp(fmt->name, "appleyp") == 0) { fmt->special_imgfmt = IMGFMT_UYVY; struct ra_imgfmt_desc *desc = talloc_zero(fmt, struct ra_imgfmt_desc); fmt->special_imgfmt_desc = desc;