Added the description of return error value 46/51746/2 accepted/tizen/mobile/20151204.060148 accepted/tizen/tv/20151204.061302 accepted/tizen/wearable/20151204.061335 submit/tizen/20151204.003507
authorTae-Young Chung <ty83.chung@samsung.com>
Fri, 13 Nov 2015 11:09:07 +0000 (20:09 +0900)
committerhj kim <backto.kim@samsung.com>
Wed, 2 Dec 2015 05:18:45 +0000 (21:18 -0800)
The omitted return error value, IMAGE_UTIL_ERROR_OUT_OF_MEMORY, was added

Change-Id: I478a99c43fad305e41a938cc5c61154317ba72d3
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
include/image_util.h
packaging/capi-media-image-util.spec

index 18cec0b..bc16092 100755 (executable)
@@ -754,6 +754,7 @@ int image_util_encode_jpeg_to_memory(const unsigned char *image_buffer, int widt
 *
 * @retval #IMAGE_UTIL_ERROR_NONE Successful
 * @retval #IMAGE_UTIL_ERROR_INVALID_PARAMETER Invalid parameter
+* @retval #IMAGE_UTIL_ERROR_OUT_OF_MEMORY out of memory
 * @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation
 *
 */
index bd7bde0..3a3d565 100755 (executable)
@@ -1,7 +1,7 @@
 Name:       capi-media-image-util
 Summary:    A Image Utility library in Tizen Native API
 Version:    0.1.6
-Release:    0
+Release:    1
 Group:      Multimedia/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz