|
|
@ -1079,8 +1079,8 @@ const TagInfo* CanonMakerNote::tagListLiOp() {
|
|
|
|
// Canon LensInfo Tag
|
|
|
|
// Canon LensInfo Tag
|
|
|
|
constexpr TagInfo CanonMakerNote::tagInfoLe_[] = {
|
|
|
|
constexpr TagInfo CanonMakerNote::tagInfoLe_[] = {
|
|
|
|
{0x0000, "LensSerialNumber", N_("Lens Serial Number"),
|
|
|
|
{0x0000, "LensSerialNumber", N_("Lens Serial Number"),
|
|
|
|
N_("Lens Serial Number. Convert each byte to hexadecimal to get two "
|
|
|
|
N_("Lens Serial Number. Convert each byte to hexadecimal to get two "
|
|
|
|
"digits of the lens serial number."),
|
|
|
|
"digits of the lens serial number."),
|
|
|
|
IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, printLe0x0000},
|
|
|
|
IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, printLe0x0000},
|
|
|
|
{0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), IfdId::canonLeId,
|
|
|
|
{0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), IfdId::canonLeId,
|
|
|
|
SectionId::makerTags, undefined, 1, printValue} // important to add end of tag
|
|
|
|
SectionId::makerTags, undefined, 1, printValue} // important to add end of tag
|
|
|
|