diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-16 16:33:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-16 16:33:05 +0100 |
| commit | 7c48119fdd326d7711e407656f21b50291efe869 (patch) | |
| tree | da9e4efddcd6934a95b9463f0d1e6e3ace5711ba /src | |
| parent | da748cb939b586072b5cc8bba09f1c7f8b1236a3 (diff) | |
Tweak comment.12bit
Diffstat (limited to 'src')
| -rw-r--r-- | src/rgb_xyz.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<const XYZFrame> xyz_frame, shared_ptr<const LUT> 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<libdcp::XYZFrame> |
