From: Jan P. <pa...@us...> - 2007-04-26 17:00:53
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11906 Modified Files: exif-entry.c Log Message: Added value 8 of EXIF_TAG_FLASH: seen from Olympus E-330 Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -p -d -r1.95 -r1.96 --- exif-entry.c 17 Mar 2007 11:41:52 -0000 1.95 +++ exif-entry.c 26 Apr 2007 17:00:26 -0000 1.96 @@ -493,6 +493,7 @@ static struct { {0x0005, {N_("Strobe return light not detected."), N_("W/o strobe"), NULL}}, {0x0007, {N_("Strobe return light detected."), N_("W. strobe"), NULL}}, + {0x0008, {N_("Flash did not fire, compulsory flash mode"), NULL}}, /* Olympus E-330 */ {0x0009, {N_("Flash fired, compulsory flash mode"), NULL}}, {0x000d, {N_("Flash fired, compulsory flash mode, return light " "not detected."), NULL}}, |