Fix wrong function parameter type 02/270702/1
authorbackto.kim <backto.kim@samsung.com>
Tue, 8 Feb 2022 02:45:37 +0000 (11:45 +0900)
committerbackto.kim <backto.kim@samsung.com>
Tue, 8 Feb 2022 02:45:37 +0000 (11:45 +0900)
Change-Id: I537f3b750ae846a5d5938008e776fba9642e9f46

imgp/mm_util_imgp.c
packaging/libmm-utility.spec

index 807bd11..9bb6225 100644 (file)
@@ -30,7 +30,7 @@
 #define DIV_ROUND_UP_X(v, x) (((v) + GEN_MASK(x)) >> (x))
 #define GST "gstcs"
 
-typedef gboolean(*IMGPInfoFunc) (imgp_info_s *, const unsigned char *, unsigned char **, imgp_plugin_type_e);
+typedef gboolean(*IMGPInfoFunc) (imgp_info_s *, const unsigned char *, unsigned char **, imgp_type_e);
 
 static int __check_valid_picture_size(unsigned int width, unsigned int height)
 {
index bc167b2..e10d906 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-utility
 Summary:    Multimedia Framework Utility Library
-Version:    0.3.2
+Version:    0.3.3
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0