[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:26 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=08f44fc

The following commit has been merged in the master branch:
commit 08f44fc5284275380a0adec36961d73b87d53be4
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Apr 20 16:05:17 2007 +0000

    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 1b0e5b1..08ce610 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

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list