vo_opengl: restore OSX "old" hwdec

Probably. Untested.
This commit is contained in:
wm4 2017-08-04 19:33:52 +02:00
parent aac04c0d64
commit 8dd4ae13ff
1 changed files with 1 additions and 1 deletions

View File

@ -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;