We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcc3a1 commit ff727e0Copy full SHA for ff727e0
MetadataExtractor/Formats/Exif/makernotes/AppleMakernoteDirectory.cs
@@ -36,8 +36,8 @@ public class AppleMakernoteDirectory : Directory
36
{ TagAccelerationVector, "Acceleration Vector" },
37
{ TagHdrImageType, "HDR Image Type" },
38
{ TagBurstUuid, "Burst UUID" },
39
- { TagContentIdentifier, "Burst UUID" },
40
- { TagImageUniqueId, "Burst UUID" }
+ { TagContentIdentifier, "Content Identifier" },
+ { TagImageUniqueId, "Image Unique ID" },
41
};
42
43
public AppleMakernoteDirectory()
0 commit comments