From: Steinar H. Gunderson Date: Sun, 14 Oct 2012 10:35:35 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: 1.0~250 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=0bd42ece563848c10733dba085ea3672f92d2558;ds=sidebyside Fix a typo. --- diff --git a/colorspace_conversion_effect.cpp b/colorspace_conversion_effect.cpp index 1ac5465..2447292 100644 --- a/colorspace_conversion_effect.cpp +++ b/colorspace_conversion_effect.cpp @@ -73,7 +73,7 @@ void get_xyz_matrix(ColorSpace space, Matrix3x3 m) // Some algebraic fiddling yields (unsurprisingly): // // X_R = (x_R / y_R) Y_R - // Z_R = (z_R / y_R) Z_R + // Z_R = (z_R / y_R) Y_R // // We also know that since RGB=(1,1,1) should give us the // D65 illuminant, we must have