Set NULL after free
[platform/core/multimedia/libmedia-service.git] / include / media-svc-util.h
old mode 100755 (executable)
new mode 100644 (file)
index d6f15e2..a3cc970
@@ -46,6 +46,7 @@ typedef struct {
        char *album_artist;             /**< artist name*/
        char *genre;                            /**< genre of track*/
        char *year;                             /**< year*/
+       char *recorded_date;            /**< recorded date*/
        char *track_num;                        /**< track number*/
        unsigned int width;                             /**< width*/
        unsigned int height;                    /**< height*/
@@ -64,8 +65,8 @@ typedef struct {
        char *mime_type;                /**< Full path and file name of media file */
        unsigned long long size;        /**< size */
        time_t modified_time;           /**< modified time, time_t */
-       long long int folder_id;        /**< Unique ID of folder */
-       int album_id;                   /**< Unique ID of album */
+       long long int folder_id;        /**< Folder ID */
+       int album_id;                   /**< Album ID */
        char *thumbnail_path;   /**< Thumbnail image file path */
        char *storage_uuid;             /**< Unique ID of storage */
        media_svc_content_meta_s media_meta;    /**< meta data structure */