From 8dd4ae13ffd5ff11b97b84bbb4fdfe6185eeeb50 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 4 Aug 2017 19:33:52 +0200 Subject: vo_opengl: restore OSX "old" hwdec Probably. Untested. --- video/out/opengl/ra_gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3