From 08f44fc5284275380a0adec36961d73b87d53be4 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 20 Apr 2007 16:05:17 +0000 Subject: [PATCH] Added additional values to the Exif.CanonCs.ISOSpeed lookup table. (Patrick Markert) --- src/canonmn.cpp | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/canonmn.cpp b/src/canonmn.cpp index 1b0e5b1f..08ce6103 100644 --- a/src/canonmn.cpp +++ b/src/canonmn.cpp @@ -216,13 +216,21 @@ namespace Exiv2 { //! ISOSpeeds, tag 0x0010 extern const TagDetails canonCsISOSpeed[] = { - { 0, "n/a" }, - { 15, "Auto" }, - { 16, "50" }, - { 17, "100" }, - { 18, "200" }, - { 19, "400" }, - { 20, "800" } + { 0, "n/a" }, + { 14, "Auto High" }, + { 15, "Auto" }, + { 16, "50" }, + { 17, "100" }, + { 18, "200" }, + { 19, "400" }, + { 20, "800" }, + { 16464, "80" }, + { 16484, "100" }, + { 16584, "200" }, + { 16784, "400" }, + { 17184, "800" }, + { 17984, "1600" }, + { 19584, "3200" } }; //! MeteringMode, tag 0x0011