Fix coverity issue 60/196260/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181228.153737 submit/tizen_5.0/20181228.010653
authorjiyong.min <jiyong.min@samsung.com>
Thu, 27 Dec 2018 00:47:37 +0000 (09:47 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 27 Dec 2018 00:48:29 +0000 (09:48 +0900)
 - Large stack use

Change-Id: Ib71b935be89e1076896c2a295e3258ecabb6850f

gif/test/mm_util_gif_testsuite.c [changed mode: 0755->0644]
packaging/libmm-utility.spec

old mode 100755 (executable)
new mode 100644 (file)
index 643b407..78bedaa
@@ -28,7 +28,7 @@
 #include <tzplatform_config.h>
 
 #define ENCODE_RESULT_PATH tzplatform_mkpath(TZ_USER_CONTENT, "encode_test.gif")
-#define ANIMATED_FRAME_MAX     100
+#define ANIMATED_FRAME_MAX     2       /* change the max frames for animated gif before using it */
 
 static gboolean g_encode_mem = FALSE;
 
index a745adeeedb9c9018d2daebd7453a830f5df489f..a4ff1b376d3042c060fb573613c517281f26e959 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       libmm-utility
 Summary:    Multimedia Framework Utility Library
-Version:    0.1.27
+Version:    0.1.28
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0