fix uuid parsing fail. 85/109085/1
authorji.yong.seo <ji.yong.seo@samsung.com>
Fri, 16 Dec 2016 05:32:18 +0000 (14:32 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Sun, 8 Jan 2017 23:36:27 +0000 (15:36 -0800)
Change-Id: Iac5c56750f3bbb51b6665a3a8465f00e9441f018
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
(cherry picked from commit c490426bc6f333747d8fc8dd3185fd1baad7a518)

packaging/libmm-fileinfo.spec
utils/mm_file_util_tag.c

index 46c6339..1f2f665 100755 (executable)
@@ -1,6 +1,6 @@
 Name:      libmm-fileinfo
 Summary:    Media Fileinfo
-Version:    0.6.52
+Version:    0.6.53
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 35e537e..0d90511 100755 (executable)
@@ -1484,7 +1484,7 @@ EXPORT_API int MMFileUtilGetMetaDataFromMP4(MMFileFormatContext *formatContext)
                                                        }
                                                }
                                        }
-                                       ret = mmfile_seek(fp, basic_header.start_offset + chunk_size - sizeof(uuid), SEEK_SET);
+                                       ret = mmfile_seek(fp, basic_header.start_offset + chunk_size, SEEK_SET);
 
                                        break;
                                }