From 7f9177d2a0f083d6704127f909ea47007fd98745 Mon Sep 17 00:00:00 2001 From: "jiyong.min" Date: Thu, 10 Nov 2022 17:21:05 +0900 Subject: [PATCH] Bug fix. Use 'mm_util_image_h' instead of 'mm_util_image_h*' for the parameter passing to 'mm_image_debug_image' Change-Id: Iff01593403b454e2416af3e9eea81b7fcfc227c8 --- jxl/mm_util_jxl.c | 2 +- packaging/libmm-utility.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jxl/mm_util_jxl.c b/jxl/mm_util_jxl.c index 0157430..5b7c2e1 100644 --- a/jxl/mm_util_jxl.c +++ b/jxl/mm_util_jxl.c @@ -241,7 +241,7 @@ static int __mm_util_decode_jpegxl(const void *buf, size_t buf_size, mm_util_col goto Exit; } - mm_image_debug_image(decoded_image, "RESULT"); + mm_image_debug_image(*decoded_image, "RESULT"); Exit: diff --git a/packaging/libmm-utility.spec b/packaging/libmm-utility.spec index 748d165..3f2620b 100644 --- a/packaging/libmm-utility.spec +++ b/packaging/libmm-utility.spec @@ -1,6 +1,6 @@ Name: libmm-utility Summary: Multimedia Framework Utility Library -Version: 0.4.9 +Version: 0.4.10 Release: 0 Group: System/Libraries License: Apache-2.0 -- 2.7.4