Bug fix. Use 'mm_util_image_h' instead of 'mm_util_image_h*' 34/284134/3 accepted/tizen/unified/20221115.022359
authorjiyong.min <jiyong.min@samsung.com>
Thu, 10 Nov 2022 08:21:05 +0000 (17:21 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 10 Nov 2022 22:49:49 +0000 (07:49 +0900)
for the parameter passing to 'mm_image_debug_image'

Change-Id: Iff01593403b454e2416af3e9eea81b7fcfc227c8

jxl/mm_util_jxl.c
packaging/libmm-utility.spec

index 0157430..5b7c2e1 100644 (file)
@@ -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:
 
index 748d165..3f2620b 100644 (file)
@@ -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