Fix YUV->RGB for Rec. 2020.
[libdcp.git] / src / colour_conversion.cc
index 84218d8704ab237ff9bb48549e9be67aa7669b2e..5946273e7ca5f67f9b8bc2c5e95167beeaa033cc 100644 (file)
@@ -142,7 +142,7 @@ ColourConversion::rec2020_to_xyz ()
 {
        static auto c = new ColourConversion (
                make_shared<GammaTransferFunction>(2.4),
-               YUVToRGB::REC709,
+               YUVToRGB::REC2020,
                Chromaticity (0.708, 0.292),
                Chromaticity (0.170, 0.797),
                Chromaticity (0.131, 0.046),