1
0
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:
wm4 2013-06-14 22:58:21 +02:00
parent 9b5a98676d
commit abbb45ce13

View File

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