diff options
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 |