Fix bug #959: Wrong value in Exiv data for Sigma lenses (24-105 & 50).
This commit is contained in:
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…
Reference in New Issue
Block a user