diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-17 01:04:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-17 01:04:05 +0200 |
| commit | cdb664d5be551715d9f55d00920ed92b4e2123e0 (patch) | |
| tree | 235e90df3ed57962f7bc4afc7b3a605c3875a7ea /src/j2k.h | |
| parent | cb71ba31eaf66b4e451fb68d186097c4b8b71d23 (diff) | |
Allow specification of the JPEG2000 comment string.
Diffstat (limited to 'src/j2k.h')
| -rw-r--r-- | src/j2k.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,6 +41,6 @@ class OpenJPEGImage; 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 Data compress_j2k (boost::shared_ptr<const OpenJPEGImage>, int bandwith, int frames_per_second, bool threed, bool fourk, std::string comment = "libdcp"); } |
