mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
gl_video: typo in comment
This commit is contained in:
parent
9b5a98676d
commit
abbb45ce13
@ -1783,7 +1783,7 @@ static bool init_format(int fmt, struct gl_video *init)
|
||||
plane_format[0] = byte_formats[1];
|
||||
}
|
||||
|
||||
// XYZ (same roganization as RGB packed, but requires conversion matrix)
|
||||
// XYZ (same organization as RGB packed, but requires conversion matrix)
|
||||
if (!supported && fmt == IMGFMT_XYZ12) {
|
||||
supported = true;
|
||||
plane_format[0] = IMGFMT_RGB48;
|
||||
|
Loading…
Reference in New Issue
Block a user