summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-14 22:58:21 +0200
committerwm4 <wm4@nowhere>2013-06-15 18:34:43 +0200
commitabbb45ce13bdf9c21ad673253ca5cc6279bbe36d (patch)
treea25645d4d98f585f67c9f2f72be6147bda80107f /video
parent9b5a98676d18156d56fabae52dbc1d918e4401d4 (diff)
downloadmpv-abbb45ce13bdf9c21ad673253ca5cc6279bbe36d.tar.bz2
mpv-abbb45ce13bdf9c21ad673253ca5cc6279bbe36d.tar.xz
gl_video: typo in comment
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index a2c032de6b..25b1547327 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -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;