diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-30 22:49:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-30 22:49:58 +0100 |
| commit | 233a81ed87d512c2af9bb8ca3d9e78be86372054 (patch) | |
| tree | e5916be38f70bdf696a8c61769ee23e548c38a06 /src/util.h | |
| parent | a1824e65aea9bfec655ea19ef9cbc71b9d3ec9d1 (diff) | |
Untested code to optionally reduce resolution on extracting image frames.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
