diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-17 22:20:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-17 22:20:38 +0100 |
| commit | 7b8313c73082cc08b4dc42dc86d0c90a578993b1 (patch) | |
| tree | 8c81b8f6f2d3e7d7bbe2c17c17d6908dbe3d2353 /src/rgb_xyz.cc | |
| parent | fd8cf9e28945c597d3d921bbd108a2ad89cbd857 (diff) | |
More float -> double.
Diffstat (limited to 'src/rgb_xyz.cc')
| -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 071c800a..98520a2c 100644 --- a/src/rgb_xyz.cc +++ b/src/rgb_xyz.cc @@ -100,7 +100,7 @@ libdcp::xyz_to_rgb (shared_ptr<const XYZFrame> xyz_frame, shared_ptr<const LUT> } shared_ptr<libdcp::XYZFrame> -libdcp::rgb_to_xyz (shared_ptr<const Image> rgb, shared_ptr<const LUT> lut_in, shared_ptr<const LUT> lut_out, float const colour_matrix[3][3]) +libdcp::rgb_to_xyz (shared_ptr<const Image> rgb, shared_ptr<const LUT> lut_in, shared_ptr<const LUT> lut_out, double const colour_matrix[3][3]) { assert (lut_in->bit_depth() == 12); assert (lut_out->bit_depth() == 16); |
