From 45625f3116a09d3c8415a54bf8d19fdbb3a3aa9b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Mar 2013 16:46:50 +0000 Subject: Compute LUTs at run-time. --- src/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index f5685970..2036a7ce 100644 --- a/src/util.h +++ b/src/util.h @@ -33,6 +33,8 @@ namespace libdcp { class ARGBFrame; +class GammaLUT; +class XYZsRGBLUT; struct Size { Size () @@ -58,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 xyz_to_rgb (opj_image_t* xyz_frame); +extern boost::shared_ptr xyz_to_rgb (opj_image_t* xyz_frame, boost::shared_ptr, boost::shared_ptr); } -- cgit v1.2.3