From c53ee9576f496612d1fc9d501a5f420c84978749 Mon Sep 17 00:00:00 2001 From: hj kim Date: Thu, 21 Jun 2018 14:02:05 +0900 Subject: [PATCH] Just update Api description Change-Id: I2e7c8419263f1837de0357b903976a6dd8e0b3dc --- include/image_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image_util.h b/include/image_util.h index fb9880b..855cc14 100755 --- a/include/image_util.h +++ b/include/image_util.h @@ -72,7 +72,7 @@ int image_util_calculate_buffer_size(int width, int height, image_util_colorspac * * @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_OUT_OF_MEMORY Out of memory * @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation * */ @@ -354,7 +354,7 @@ int image_util_transform_run(transformation_h handle, media_packet_h src, image_ /** * @brief Destroys a handle to image util. * @details The function frees all resources related to the image util handle. The image util -* handle no longer can be used to perform any operation. A new image util handle +* handle no longer can be used to perform any operations. A new image util handle * has to be created before the next usage. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * -- 2.7.4