diff --git a/doc/templates/__CrwMapping__ b/doc/templates/__CrwMapping__ index ea42201c..92cbc89e 100644 --- a/doc/templates/__CrwMapping__ +++ b/doc/templates/__CrwMapping__ @@ -96,7 +96,7 @@ Exif.Photo.ExposureTime (not used on write) Exif.Canon.SerialNumber 0x180b -0x2807 +0x3004 Exif.Photo.DateTimeOriginal diff --git a/src/crwimage.cpp b/src/crwimage.cpp index aa270cdf..d8921d8f 100644 --- a/src/crwimage.cpp +++ b/src/crwimage.cpp @@ -86,7 +86,7 @@ namespace Exiv2 { CrwMapping(0x10c0, 0x300b, 0, 0x00c0, canonIfdId, decodeBasic, encodeBasic), CrwMapping(0x10c1, 0x300b, 0, 0x00c1, canonIfdId, decodeBasic, encodeBasic), CrwMapping(0x1807, 0x3002, 0, 0x9206, exifIfdId, decodeBasic, encodeBasic), - CrwMapping(0x180b, 0x2807, 0, 0x000c, canonIfdId, decodeBasic, encodeBasic), + CrwMapping(0x180b, 0x3004, 0, 0x000c, canonIfdId, decodeBasic, encodeBasic), CrwMapping(0x180e, 0x300a, 0, 0x9003, exifIfdId, decode0x180e, encode0x180e), CrwMapping(0x1810, 0x300a, 0, 0xa002, exifIfdId, decode0x1810, encode0x1810), CrwMapping(0x1817, 0x300a, 4, 0x0008, canonIfdId, decodeBasic, encodeBasic),