summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-10 15:05:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-10 15:05:48 +0100
commit41ab9a3ad26bb2fd17eca4d99780c46e315c393a (patch)
tree67561be4fe87b1e2dd3ae56664baa8c3a033e2aa /src/util.h
parentda2cb0bddaaca815440a06884cf3364050e03a0e (diff)
Rename XYZImage -> OpenJPEGImage.
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 ();