From 6ad33aa000ac5fe104e37dfca5f3aad810709f02 Mon Sep 17 00:00:00 2001 From: Eunki Hong Date: Thu, 15 Jul 2021 02:10:16 -0700 Subject: [PATCH] Fix comments of encoded image buffer Remove some uneccessary comments of encoded image buffer and note that raw buffer will be copied inside. Change-Id: Ia9527f55790064ef039f573e3b7ef35fdfd26224 Signed-off-by: Eunki Hong --- dali/public-api/adaptor-framework/encoded-image-buffer.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dali/public-api/adaptor-framework/encoded-image-buffer.h b/dali/public-api/adaptor-framework/encoded-image-buffer.h index 2a0da34..6ab6b4d 100644 --- a/dali/public-api/adaptor-framework/encoded-image-buffer.h +++ b/dali/public-api/adaptor-framework/encoded-image-buffer.h @@ -34,10 +34,7 @@ class EncodedImageBuffer; /** * @brief EncodedImageBuffer contains the large encoded raw buffer informations. * - * We can upload this buffer by generated url. - * The images are loaded by a worker thread to avoid blocking the main event thread. - * @note cannot change raw buffer after make handle. - * @note only regular image upload support now. + * @note Object will copy raw buffer data. */ class DALI_ADAPTOR_API EncodedImageBuffer : public BaseHandle { -- 2.7.4