From 0d7fe66361a40702cb97357955cf35256f1d2c26 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 2 Feb 2015 19:25:43 +0000 Subject: Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage. --- src/util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 857f872f..5bc3a78d 100644 --- a/src/util.h +++ b/src/util.h @@ -39,10 +39,10 @@ namespace xmlpp { namespace dcp { -class ARGBFrame; +class ARGBImage; class CertificateChain; class GammaLUT; -class XYZFrame; +class XYZImage; /** @struct Size * @brief The integer, two-dimensional size of something. @@ -76,7 +76,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 decompress_j2k (uint8_t* data, int64_t size, int reduce); +extern boost::shared_ptr decompress_j2k (uint8_t* data, int64_t size, int reduce); extern bool ids_equal (std::string a, std::string b); extern void init (); -- cgit v1.2.3