Correct the type
[platform/core/multimedia/libmedia-service.git] / src / include / common / media-svc-util.h
index ee22a5b..d6f15e2 100755 (executable)
@@ -47,10 +47,10 @@ typedef struct {
        char *genre;                            /**< genre of track*/
        char *year;                             /**< year*/
        char *track_num;                        /**< track number*/
-       int width;                              /**< width*/
-       int height;                             /**< height*/
+       unsigned int width;                             /**< width*/
+       unsigned int height;                    /**< height*/
        char *datetaken;                        /**< datetaken*/
-       int orientation;                        /**< orientation*/
+       unsigned short orientation;             /**< orientation*/
 } media_svc_content_meta_s;
 
 /**