From 04c59fe5f4d8a6ec1807e34bf45a70eacadca09d Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Wed, 5 Jul 2006 10:31:42 +0000 Subject: [PATCH] Exif tags description update accordinly to ExifTool doc --- src/tags.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tags.cpp b/src/tags.cpp index 401cba7e..3ad6d894 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -318,10 +318,10 @@ namespace Exiv2 { //! Flash, tag 0x9209 extern const TagDetails exifFlash[] = { - { 0x00, "No" }, - { 0x01, "Yes" }, - { 0x05, "Strobe return light not detected" }, - { 0x07, "Strobe return light detected" }, + { 0x00, "No Flash" }, + { 0x01, "Fired" }, + { 0x05, "Fired, strobe return light not detected" }, + { 0x07, "Fired, strobe return light detected" }, { 0x09, "Yes, compulsory" }, { 0x0d, "Yes, compulsory, return light not detected" }, { 0x0f, "Yes, compulsory, return light detected" },