Fix bug #959: Wrong value in Exiv data for Sigma lenses (24-105 & 50).

v0.27.3
nkbj 11 years ago
parent cc42a11869
commit 8fe7059150

@ -905,7 +905,10 @@ namespace Exiv2 {
{ 169, printCsLensByFocalLengthAndMaxAperture },
{ 173, printCsLensByFocalLengthAndMaxAperture }, // works partly
{ 174, printCsLensByFocalLengthAndMaxAperture }, // not tested
{ 183, printCsLensByFocalLengthAndMaxAperture } // not tested
{ 180, printCsLensByFocalLengthAndMaxAperture },
{ 183, printCsLensByFocalLengthAndMaxAperture }, // not tested
{ 198, printCsLensByFocalLengthAndMaxAperture }, // not tested
{ 213, printCsLensByFocalLengthAndMaxAperture } // not tested
};
//! FlashActivity, tag 0x001c

Loading…
Cancel
Save