Just add description for the smta 65/200665/2
authorhj kim <backto.kim@samsung.com>
Thu, 28 Feb 2019 01:38:43 +0000 (10:38 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 28 Feb 2019 01:44:22 +0000 (01:44 +0000)
Change-Id: I661cd6fe8667e3716e1269574836af63a61ac263

utils/mm_file_util_tag.c

index 62e8ece..e7ddd04 100755 (executable)
@@ -803,6 +803,18 @@ static int GetSAUTInfoFromSMTATagBox(MMFileFormatContext *formatContext, MMFileI
        debug_msg(RELEASE, "Saut : 0x%x 0x%x 0x%x 0x%x", smtaTag.saut[0], smtaTag.saut[1], smtaTag.saut[2], smtaTag.saut[3]);
        debug_msg(RELEASE, "Value : 0x%x", smtaTag.value);
 
+/*
+       Samsung Metadata
+       0: None-mode
+       1: 360 normal
+       2: 360 timelapse
+       3: 180 normal
+       4: 180 timelapse
+       5: 360 looping mode
+       6: 180 looping mode
+       7: 360 slowmotion mode
+       8: 180 slowmotion mode
+*/
        if (smtaTag.saut[0] == 's'
            && smtaTag.saut[1] == 'a'
            && smtaTag.saut[2] == 'u'