summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index 56bd1a7b..0ac3adc1 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -212,7 +212,7 @@ libdcp::xyz_to_rgb (opj_image_t* xyz_frame, shared_ptr<const GammaLUT> lut_in, s
float colour_matrix[3][3];
- switch (exp.lut_type) {
+ switch (exp.matrix) {
case Experimental::FRAUNHOFER:
colour_matrix[0][0] = 3.24096989631653;
colour_matrix[0][1] = -1.5373831987381;