From eab90d6fef200958119d222b1ff78cfd56ccdb7a Mon Sep 17 00:00:00 2001 From: hj kim Date: Fri, 6 Mar 2020 10:10:02 +0900 Subject: Change type of parameters for thumbnail Change-Id: Id17acc6281dc6dd595005448e0cf9afb86c76630 --- src/include/media-thumb-internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/include/media-thumb-internal.h b/src/include/media-thumb-internal.h index 2b9b271..29bd362 100755 --- a/src/include/media-thumb-internal.h +++ b/src/include/media-thumb-internal.h @@ -31,9 +31,9 @@ #define THUMB_MAX_ALLOWED_MEM_FOR_THUMB 9000000 typedef struct { - int size; - int width; - int height; + size_t size; + unsigned int width; + unsigned int height; unsigned char *data; } media_thumb_info; -- cgit v1.2.3