mirror of https://github.com/mpv-player/mpv
parent
aac04c0d64
commit
8dd4ae13ff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue