From d22af72c48773025f21f4cd87f6a94bc720bd2f4 Mon Sep 17 00:00:00 2001 From: hj kim Date: Tue, 11 Jun 2019 15:43:41 +0900 Subject: [PATCH] Update API description Change-Id: I1700fd898e8454400c3952d79ec2fb22fb0a3101 --- 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 5d6409c..18173da 100644 --- a/include/image_util.h +++ b/include/image_util.h @@ -362,7 +362,7 @@ int image_util_transform_run(transformation_h handle, media_packet_h src, image_ * The @a dst should be released using image_util_destroy_image(). * * @param[in] handle The handle for transforming an image -* @param[in] src The handle of the image +* @param[in] src The handle of the src image * @param[out] dst The transformed image * * @return @c 0 on success, @@ -394,7 +394,7 @@ int image_util_transform_run2(transformation_h handle, image_util_image_h src, i * @remarks If transforming is failed, the dst of callback parameter will be null. * * @param[in] handle The handle for transforming an image -* @param[in] src The image handle to transform +* @param[in] src The handle of the src image * @param[in] callback The callback function to be invoked * @param[in] user_data The user data to be passed to the callback function * -- 2.34.1