summaryrefslogtreecommitdiff
path: root/src/stereo_picture_frame.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-11 14:30:38 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-11 14:30:38 +0000
commit7dd07caa5fbfabde5563de4ade76b7c11d68c59c (patch)
treef09accda608f459e7f7b0f09a0b69b9fa97cbc37 /src/stereo_picture_frame.cc
parentabdc11acdaa8f059ad3c664b6d39a2757efaddc5 (diff)
Re-add linearised gamma LUT.
Diffstat (limited to 'src/stereo_picture_frame.cc')
-rw-r--r--src/stereo_picture_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc
index 780ac362..0b56b216 100644
--- a/src/stereo_picture_frame.cc
+++ b/src/stereo_picture_frame.cc
@@ -84,7 +84,7 @@ StereoPictureFrame::argb_frame (Eye eye, int reduce, float srgb_gamma) const
break;
}
- return xyz_to_rgb (xyz_frame, GammaLUT::cache.get (12, DCI_GAMMA), GammaLUT::cache.get (12, 1 / srgb_gamma));
+ return xyz_to_rgb (xyz_frame, GammaLUT::cache.get (12, DCI_GAMMA, false), GammaLUT::cache.get (12, 1 / srgb_gamma, false));
}
uint8_t const *