summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-30 22:49:58 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-30 22:49:58 +0100
commit233a81ed87d512c2af9bb8ca3d9e78be86372054 (patch)
treee5916be38f70bdf696a8c61769ee23e548c38a06 /src/util.h
parenta1824e65aea9bfec655ea19ef9cbc71b9d3ec9d1 (diff)
Untested code to optionally reduce resolution on extracting image frames.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 75115272..af6a08d6 100644
--- a/src/util.h
+++ b/src/util.h
@@ -48,7 +48,7 @@ extern std::string content_kind_to_string (ContentKind kind);
extern ContentKind content_kind_from_string (std::string kind);
extern bool ends_with (std::string big, std::string little);
-extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size);
+extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size, int reduce);
extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame);
}