From 7c48119fdd326d7711e407656f21b50291efe869 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Oct 2014 16:33:05 +0100 Subject: Tweak comment. --- src/rgb_xyz.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rgb_xyz.cc') diff --git a/src/rgb_xyz.cc b/src/rgb_xyz.cc index ebe263cb..53e566c9 100644 --- a/src/rgb_xyz.cc +++ b/src/rgb_xyz.cc @@ -99,7 +99,7 @@ libdcp::xyz_to_rgb (shared_ptr xyz_frame, shared_ptr return argb_frame; } -/** Image must be packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big-endian; +/** Image must be packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, with the 2-byte value for each R/G/B component stored as big-endian; * i.e. AV_PIX_FMT_RGB48BE. */ shared_ptr -- cgit v1.2.3