Sometimes ITC failed due to wrong return value.
Change-Id: Ieaf6500de46a908925ce92a276599acac5e6d57b
nRet = image_util_agif_encode_destroy(hImgUtilAgifEncode);
PRINT_RESULT_NORETURN(IMAGE_UTIL_ERROR_NONE, nRet, "image_util_agif_encode_destroy", ImageUtilGetError(nRet));
+
+ return 0;
}
/** @} */
/** @} */
nRet = image_util_encode_destroy(stHandle);
PRINT_RESULT_NORETURN(IMAGE_UTIL_ERROR_NONE, nRet, "image_util_encode_destroy", ImageUtilGetError(nRet));
+
+ return 0;
}
//& purpose: Encodes the image to a buffer with the given encode handle asynchronously.