From 493875161c36a782a785c191ff997c8e26cccde3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jul 2013 20:33:53 +0100 Subject: Fix comment. --- src/argb_frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/argb_frame.h b/src/argb_frame.h index a9946bb0..f26436cd 100644 --- a/src/argb_frame.h +++ b/src/argb_frame.h @@ -34,11 +34,11 @@ namespace libdcp * *
  *  Byte   /- 0 -------|- 1 --------|- 2 --------|- 3 --------|- 4 --------|- 5 --------| ...
- *         |(0, 0) Blue|(0, 0) Red  |(0, 0) Blue |(0, 0) Alpha|(0, 1) Blue |(0, 1) Red  | ...
+ *         |(0, 0) Blue|(0, 0)Green |(0, 0) Red  |(0, 0) Alpha|(0, 1) Blue |(0, 1) Green| ...
  *  
* * So that the first byte is the blue component of the pixel at x=0, y=0, the second - * is the red component, and so on. + * is the green component, and so on. * * Lines are packed so that the second row directly follows the first. */ -- cgit v1.2.3