From 7b8313c73082cc08b4dc42dc86d0c90a578993b1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 17 Aug 2013 22:20:38 +0100 Subject: More float -> double. --- src/rgb_xyz.cc | 2 +- src/rgb_xyz.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 xyz_frame, shared_ptr } shared_ptr -libdcp::rgb_to_xyz (shared_ptr rgb, shared_ptr lut_in, shared_ptr lut_out, float const colour_matrix[3][3]) +libdcp::rgb_to_xyz (shared_ptr rgb, shared_ptr lut_in, shared_ptr lut_out, double const colour_matrix[3][3]) { assert (lut_in->bit_depth() == 12); assert (lut_out->bit_depth() == 16); diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h index d85e5a1f..87959cb3 100644 --- a/src/rgb_xyz.h +++ b/src/rgb_xyz.h @@ -31,7 +31,7 @@ extern boost::shared_ptr xyz_to_rgb ( ); extern boost::shared_ptr rgb_to_xyz ( - boost::shared_ptr, boost::shared_ptr, boost::shared_ptr, float const colour_matrix[3][3] + boost::shared_ptr, boost::shared_ptr, boost::shared_ptr, double const colour_matrix[3][3] ); } -- cgit v1.2.3