diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-15 14:21:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-15 14:21:59 +0100 |
| commit | 647a861e1fd65f6ddb30fda353cd1b4bbb334dc1 (patch) | |
| tree | ffeb687a8dc00bb613387809c618b5d9c7d769c4 | |
| parent | c7f48dfbf82e5233bc8cfc79c5ed057c41d7ba15 (diff) | |
Fix typo.
| -rw-r--r-- | src/colour_matrix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colour_matrix.cc b/src/colour_matrix.cc index d2b88b7e..b633e384 100644 --- a/src/colour_matrix.cc +++ b/src/colour_matrix.cc @@ -38,5 +38,5 @@ double const libdcp::colour_matrix::srgb_to_xyz[3][3] = { double const libdcp::colour_matrix::rec709_to_xyz[3][3] = { { 0.412390799265959, 0.357584339383878, 0.180480788401834 }, { 0.21263900587151, 0.715168678767756, 0.0721923153607337 }, - { 0.0193308187155918 0.119194779794626 0.950532152249661 } + { 0.0193308187155918, 0.119194779794626, 0.950532152249661 } }; |
