Rename crypt_chain -> signer_chain.
[libdcp.git] / src / rgb_xyz.h
index d85e5a1f55a8f315a8123ca189c8b7076b036375..87959cb38eff1705996c5909fc0f8619e4871320 100644 (file)
@@ -31,7 +31,7 @@ extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (
        );
 
 extern boost::shared_ptr<XYZFrame> rgb_to_xyz (
-       boost::shared_ptr<const Image>, boost::shared_ptr<const LUT>, boost::shared_ptr<const LUT>, float const colour_matrix[3][3]
+       boost::shared_ptr<const Image>, boost::shared_ptr<const LUT>, boost::shared_ptr<const LUT>, double const colour_matrix[3][3]
        );
        
 }