Exif tags description update accordinly to ExifTool doc

v0.27.3
HumanDynamo 19 years ago
parent 02b9117b2e
commit 04c59fe5f4

@ -318,10 +318,10 @@ namespace Exiv2 {
//! Flash, tag 0x9209 //! Flash, tag 0x9209
extern const TagDetails exifFlash[] = { extern const TagDetails exifFlash[] = {
{ 0x00, "No" }, { 0x00, "No Flash" },
{ 0x01, "Yes" }, { 0x01, "Fired" },
{ 0x05, "Strobe return light not detected" }, { 0x05, "Fired, strobe return light not detected" },
{ 0x07, "Strobe return light detected" }, { 0x07, "Fired, strobe return light detected" },
{ 0x09, "Yes, compulsory" }, { 0x09, "Yes, compulsory" },
{ 0x0d, "Yes, compulsory, return light not detected" }, { 0x0d, "Yes, compulsory, return light not detected" },
{ 0x0f, "Yes, compulsory, return light detected" }, { 0x0f, "Yes, compulsory, return light detected" },

Loading…
Cancel
Save