projects
/
platform
/
core
/
multimedia
/
libmm-utility.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd025b
)
Change unsigned int to size_t for buffer_size
97/170897/3
author
hj kim
<backto.kim@samsung.com>
Fri, 23 Feb 2018 05:11:21 +0000
(14:11 +0900)
committer
hj kim
<backto.kim@samsung.com>
Fri, 23 Feb 2018 05:25:52 +0000
(
05:25
+0000)
Change-Id: Iefcb87e8a4d834602a9689be5061d5cb8d13bf0d
imgp/include/mm_util_imgp_internal.h
patch
|
blob
|
history
diff --git
a/imgp/include/mm_util_imgp_internal.h
b/imgp/include/mm_util_imgp_internal.h
index
fb9fc18
..
96dcd40
100755
(executable)
--- a/
imgp/include/mm_util_imgp_internal.h
+++ b/
imgp/include/mm_util_imgp_internal.h
@@
-51,7
+51,7
@@
typedef struct _imgp_info_s {
unsigned int dst_height;
unsigned int output_stride;
unsigned int output_elevation;
-
unsigned in
t buffer_size;
+
size_
t buffer_size;
mm_util_img_rotate_type angle;
} imgp_info_s;