Update various lists to match ExifTool version 10.24.
This commit is contained in:
parent
8afd3f43aa
commit
8c0dfbeca8
@ -97,11 +97,13 @@ namespace Exiv2 {
|
||||
|
||||
//! FlashMode, tag 0x1010
|
||||
extern const TagDetails fujiFlashMode[] = {
|
||||
{ 0, N_("Auto") },
|
||||
{ 1, N_("On") },
|
||||
{ 2, N_("Off") },
|
||||
{ 3, N_("Red-eye reduction") },
|
||||
{ 3, N_("Red-eye reduction") } // To silence compiler warning
|
||||
{ 0, N_("Auto") },
|
||||
{ 1, N_("On") },
|
||||
{ 2, N_("Off") },
|
||||
{ 3, N_("Red-eye reduction") },
|
||||
{ 4, N_("External") },
|
||||
{ 16, N_("Commander") },
|
||||
{ 16, N_("Commander") } // To silence compiler warning
|
||||
};
|
||||
|
||||
//! FocusMode, tag 0x1021
|
||||
|
||||
@ -746,6 +746,7 @@ namespace Exiv2 {
|
||||
{ 0x032c, "Sigma 17-70mm F2.8-4.5 DC Macro" }, //3
|
||||
{ 0x032c, "Sigma 18-50mm F3.5-5.6 DC" }, //4
|
||||
{ 0x032c, "Sigma 17-35mm F2.8-4 EX DG" }, //5
|
||||
{ 0x032c, "Sigma AF 18-35mm F3.5-4.5 Aspherical" }, //6
|
||||
{ 0x032e, "Sigma or Samsung Lens" }, //0
|
||||
{ 0x032e, "Sigma APO 70-200mm F2.8 EX" }, //1
|
||||
{ 0x032e, "Sigma EX APO 100-300mm F4 IF" }, //2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user