diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-17 19:57:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-17 19:57:28 +0000 |
| commit | 4f68d50abb5a83628482fd166e40f3b4b281166b (patch) | |
| tree | 73d4bcd078bfa28342b9ccfb638a431257255bf6 /src/colour_matrix.h | |
| parent | 1e7e40ffb6e3632b65adb8372dc073106e3d4023 (diff) | |
Rec 709 -> XYZ and sRGB -> XYZ matrices are, it seems, the same;
I'm getting this from fnordware DCIconverter.
https://github.com/fnordware/DCIconverter/blob/master/src/DCIconverter.cpp
Diffstat (limited to 'src/colour_matrix.h')
| -rw-r--r-- | src/colour_matrix.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/colour_matrix.h b/src/colour_matrix.h index ce15051c..fd89ed3a 100644 --- a/src/colour_matrix.h +++ b/src/colour_matrix.h @@ -22,8 +22,7 @@ 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]; } |
