summaryrefslogtreecommitdiff
path: root/lib/jxl/enc_image_bundle.h
diff options
context:
space:
mode:
authorjiyong.min <jiyong.min@samsung.com>2022-12-07 10:34:18 +0900
committerjiyong.min <jiyong.min@samsung.com>2022-12-07 13:37:38 +0900
commit8f303a6e2069fd39246decb4fe7aecb221cb134a (patch)
tree64704d2db44568e6a99cd4b8f159e9e94bbaefbc /lib/jxl/enc_image_bundle.h
parentb2051fff838fd13eda203439f58679cbefea065e (diff)
parent7fa2aaed0a5c855460b77fb1fedcc01591ff6470 (diff)
downloadlibjxl-8f303a6e2069fd39246decb4fe7aecb221cb134a.tar.gz
libjxl-8f303a6e2069fd39246decb4fe7aecb221cb134a.tar.bz2
libjxl-8f303a6e2069fd39246decb4fe7aecb221cb134a.zip
Change-Id: Ib06199c1a967d1c08974f2e95f085ade02c5fb72
Diffstat (limited to 'lib/jxl/enc_image_bundle.h')
-rw-r--r--lib/jxl/enc_image_bundle.h4
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