summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-29 15:22:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-29 15:22:55 +0100
commit5b6d753439207fcb33b84690bcc22d142a7c3bfa (patch)
tree092c65d1e8d83b816cfd37ead57699d729d9f3be /src/util.h
parent085f9fa7a4e389a5579742f20e142513c21bbd82 (diff)
Change output gamma correction to be closer to EasyDCP behaviour.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 2036a7ce..6332ddc0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -60,7 +60,7 @@ extern std::string content_kind_to_string (ContentKind kind);
extern ContentKind content_kind_from_string (std::string kind);
extern bool empty_or_white_space (std::string s);
extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size, int reduce);
-extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const XYZsRGBLUT>);
+extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const GammaLUT>);
}