Corrected SerialNumber to be in directory 0x3004

This commit is contained in:
Andreas Huggel 2006-01-25 04:16:58 +00:00
parent 145f41dee4
commit 45db713002
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ Exif.Photo.ExposureTime (not used on write)</td>
<tr class="OddRow">
<td>Exif.Canon.SerialNumber</td>
<td>0x180b</td>
<td>0x2807</td>
<td>0x3004</td>
</tr>
<tr class="EvenRow">
<td>Exif.Photo.DateTimeOriginal</td>

View File

@ -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),