Unify the type of width and height to 'unsigned int' 34/200934/5
authorjiyong.min <jiyong.min@samsung.com>
Wed, 6 Mar 2019 07:05:00 +0000 (16:05 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 7 Mar 2019 01:11:04 +0000 (10:11 +0900)
commit2e44653ec7648ccf6bb1e2fa1fdd8d954ea40da9
tree8ca0d72f58a6b2d175421d8d24e79c2cbe402f1d
parent4bae47df4fed57079dafa242e8fbe5f29dfc90f1
Unify the type of width and height to 'unsigned int'

- The type of width and height was previously mixed
with 'unsigned long' and 'unsigned int'.

Change-Id: I2a6d47aa8e5cc375818bb0a400a495d8d0193d6d
src/image_util.c [changed mode: 0755->0644]
src/image_util_decode.c