summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-29 23:29:48 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-04 21:12:45 +0000
commit81d19cc0bf323a571ea83ac870efcc892195ddda (patch)
tree686df0acbda3c158e0073ef173b16956ef50d33d /src/util.h
parentfe01f541e5409a0bc0e8608b1f9976bd6f3f029c (diff)
Move J2K comp/decomp out into j2k.{cc,h}
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index d75ba795..29c5657b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -54,9 +54,6 @@ 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<OpenJPEGImage> decompress_j2k (uint8_t* data, int64_t size, int reduce);
-extern boost::shared_ptr<OpenJPEGImage> decompress_j2k (Data data, int reduce);
-extern Data compress_j2k (boost::shared_ptr<const OpenJPEGImage>, int bandwith, int frames_per_second, bool threed, bool fourk);
extern bool ids_equal (std::string a, std::string b);
extern void init ();