summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 2ae91266..52a5dcde 100644
--- a/src/util.h
+++ b/src/util.h
@@ -43,7 +43,7 @@ namespace dcp {
class ARGBImage;
class CertificateChain;
class GammaLUT;
-class XYZImage;
+class OpenJPEGImage;
extern bool operator== (Size const & a, Size const & b);
extern bool operator!= (Size const & a, Size const & b);
@@ -54,7 +54,7 @@ extern std::string make_digest (boost::filesystem::path filename, boost::functio
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 boost::shared_ptr<XYZImage> decompress_j2k (uint8_t* data, int64_t size, int reduce);
+extern boost::shared_ptr<OpenJPEGImage> decompress_j2k (uint8_t* data, int64_t size, int reduce);
extern bool ids_equal (std::string a, std::string b);
extern void init ();