diff options
author | jiyong.min <jiyong.min@samsung.com> | 2022-12-07 10:34:18 +0900 |
---|---|---|
committer | jiyong.min <jiyong.min@samsung.com> | 2022-12-07 13:37:38 +0900 |
commit | 8f303a6e2069fd39246decb4fe7aecb221cb134a (patch) | |
tree | 64704d2db44568e6a99cd4b8f159e9e94bbaefbc /lib/jxl/enc_image_bundle.h | |
parent | b2051fff838fd13eda203439f58679cbefea065e (diff) | |
parent | 7fa2aaed0a5c855460b77fb1fedcc01591ff6470 (diff) | |
download | libjxl-8f303a6e2069fd39246decb4fe7aecb221cb134a.tar.gz libjxl-8f303a6e2069fd39246decb4fe7aecb221cb134a.tar.bz2 libjxl-8f303a6e2069fd39246decb4fe7aecb221cb134a.zip |
Bump to 0.7.0accepted/tizen/unified/20221216.024040
Change-Id: Ib06199c1a967d1c08974f2e95f085ade02c5fb72
Diffstat (limited to 'lib/jxl/enc_image_bundle.h')
-rw-r--r-- | lib/jxl/enc_image_bundle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jxl/enc_image_bundle.h b/lib/jxl/enc_image_bundle.h index f5cd007..85f8e14 100644 --- a/lib/jxl/enc_image_bundle.h +++ b/lib/jxl/enc_image_bundle.h @@ -17,8 +17,8 @@ namespace jxl { // pointer to &in. // Returns false if color transform fails. Status TransformIfNeeded(const ImageBundle& in, const ColorEncoding& c_desired, - ThreadPool* pool, ImageBundle* store, - const ImageBundle** out); + const JxlCmsInterface& cms, ThreadPool* pool, + ImageBundle* store, const ImageBundle** out); } // namespace jxl |