From 1e7e40ffb6e3632b65adb8372dc073106e3d4023 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Feb 2015 19:42:22 +0000 Subject: Typo causing wrong matrix to be used for Rec. 709. --- src/colour_conversion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/colour_conversion.cc b/src/colour_conversion.cc index 5a2b1fd5..8a64c89b 100644 --- a/src/colour_conversion.cc +++ b/src/colour_conversion.cc @@ -52,7 +52,7 @@ ColourConversion::rec709_to_xyz () { static ColourConversion* c = new ColourConversion ( shared_ptr (new ModifiedGammaTransferFunction (false, 2.4, 0.081, 0.099, 4.5)), - dcp::colour_matrix::srgb_to_xyz, + dcp::colour_matrix::rec709_to_xyz, shared_ptr (new GammaTransferFunction (true, 2.6)) ); return *c; -- cgit v1.2.3