A couple of hacks to KDMs for testing by Dolby.
[libdcp.git] / src / colour_matrix.h
index 010ac3b9b02b30d6ffa26e7dd39691b91a83e7bb..d4f6459105a6abe693b48f8fa7c96affbe07f417 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -22,9 +22,8 @@ namespace dcp {
 namespace colour_matrix {
 
 extern double const xyz_to_rgb[3][3];
-extern double const srgb_to_xyz[3][3];
-extern double const rec709_to_xyz[3][3];
+extern double const rgb_to_xyz[3][3];
 
-}      
+}
 
 }