@@ -3969,7 +3969,7 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
39693969 return os << " (" << value << " )" ;
39703970 }
39713971
3972- // from https://github.com/exiftool/exiftool/blob/12.59 /lib/Image/ExifTool/Nikon.pm#L5267
3972+ // cf. https://github.com/exiftool/exiftool/blob/12.83 /lib/Image/ExifTool/Nikon.pm#L5473
39733973 static constexpr struct lens {
39743974 uint16_t l;
39753975 const char * vendor;
@@ -3998,7 +3998,7 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
39983998 {28 , " Nikon" , " Nikkor Z 100-400mm f/4.5-5.6 VR S" }, // 28
39993999 {29 , " Nikon" , " Nikkor Z 28mm f/2.8" }, // IB
40004000 {30 , " Nikon" , " Nikkor Z 400mm f/2.8 TC VR S" }, // 28
4001- {31 , " Nikon" , " Nikkor Z 24-120 f/4" }, // 28
4001+ {31 , " Nikon" , " Nikkor Z 24-120mm f/4 S " }, // 28
40024002 {32 , " Nikon" , " Nikkor Z 800mm f/6.3 VR S" }, // 28
40034003 {35 , " Nikon" , " Nikkor Z 28-75mm f/2.8" }, // IB
40044004 {36 , " Nikon" , " Nikkor Z 400mm f/4.5 VR S" }, // IB
@@ -4012,6 +4012,7 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
40124012 {44 , " Nikon" , " Nikkor Z 70-180mm f/2.8" },
40134013 {45 , " Nikon" , " Nikkor Z 600mm f/6.3 VR S" },
40144014 {46 , " Nikon" , " Nikkor Z 135mm f/1.8 S Plena" },
4015+ {48 , " Nikon" , " Nikkor Z 28-400mm f/4-8 VR" },
40154016 {53251 , " Sigma" , " 56mm F1.4 DC DN | C" },
40164017 {57346 , " Tamron" , " 35-150mm F/2-2.8 Di III VXD" },
40174018 };
0 commit comments