X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fcolour_matrix.h;h=fd89ed3ac8fd7ae8686b972e36086d3441371e48;hb=86bfdeb77f55b379302a65b22f57fc0583ec6b3c;hp=13bbc821691af3d9df83cac1ad9839e2e9c46d55;hpb=5c86ba1faafe08d8777ac934655b3444a6b62cbf;p=libdcp.git diff --git a/src/colour_matrix.h b/src/colour_matrix.h index 13bbc821..fd89ed3a 100644 --- a/src/colour_matrix.h +++ b/src/colour_matrix.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington 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 @@ -17,13 +17,12 @@ */ -namespace libdcp { +namespace dcp { namespace colour_matrix { -extern float const xyz_to_rgb[3][3]; -extern float const srgb_to_xyz[3][3]; -extern float const rec709_to_xyz[3][3]; +extern double const xyz_to_rgb[3][3]; +extern double const rgb_to_xyz[3][3]; }