Change 'JxlEncoderOptions' to 'JxlEncoderFrameSettings' 01/285301/11 accepted/tizen/unified/20221216.024042
authorjiyong.min <jiyong.min@samsung.com>
Thu, 8 Dec 2022 22:07:23 +0000 (07:07 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Wed, 14 Dec 2022 04:24:52 +0000 (13:24 +0900)
commitf2a83867f53c21f7c1c65d594b23d8a23880937a
tree4f34d6d90a0994d1e10d8ac2ee26a6337e27356d
parent044df7913756f64e05f84b5adadece855e970d3a
Change 'JxlEncoderOptions' to 'JxlEncoderFrameSettings'

Below functions have been deprecated since libjxl 0.7.0.
 - Use struct JxlEncoderFrameSettings instead of struct JxlEncoderOptions
 - Use JxlEncoderFrameSettingsCreate() instead of JxlEncoderOptionsCreate()
 - Use JxlEncoderSetFrameLossless() instead of JxlEncoderOptionsSetLossless()

Added JxlBasicInfo values due to reinforced error detections
 - Add __set_basic_info_from_pixel_format()
 - Calculate the buffer size because TEMP_DATA_SIZE occur error

Change-Id: Id725f0a69084d8d212f31ec53c5c5d439a891a05
jxl/mm_util_jxl.c
packaging/libmm-utility.spec