diff options
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index cccea0f3..3980794a 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -21,6 +21,7 @@ * @brief An asset made up of JPEG2000 files */ +#include <openjpeg.h> #include "asset.h" namespace libdcp @@ -86,6 +87,7 @@ public: private: std::string path_from_list (int f, std::vector<std::string> const & files) const; void construct (sigc::slot<std::string, int>); + opj_image_t* decompress_j2k (uint8_t* data, int64_t size) const; /** picture width in pixels */ int _width; |
