summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 20:33:53 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 20:33:53 +0100
commit493875161c36a782a785c191ff997c8e26cccde3 (patch)
treea29eab7592b484c8fcd80d54b31ac90c4b5673cf /src
parent33ad83b730b1ffd38592085504e8b3b08a3bea6d (diff)
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/argb_frame.h4
1 files 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
*
* <pre>
* 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| ...
* </pre>
*
* 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.
*/