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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:41:43 UTC 2017


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

The following commit has been merged in the master branch:
commit 76c8ca7611f3fac45c820c33982e818e41141c35
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Mon May 31 13:36:09 2010 +0000

    HDR mode, not Auto HDR
---
 src/sonymn.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 4fb16b0..64b390c 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -50,7 +50,7 @@ namespace Exiv2 {
     // -- Standard Sony Makernotes tags ---------------------------------------------------------------
 
     //! Lookup table to translate Sony Auto HDR values to readable labels
-    extern const TagDetails sonyAutoHDR[] = {
+    extern const TagDetails sonyHDRMode[] = {
         { 0x00000, N_("Off")   },
         { 0x10001, N_("Auto")  },
         { 0x10010, "1"         },
@@ -311,9 +311,9 @@ namespace Exiv2 {
         TagInfo(0x2009, "0x2009", "0x2009",
                 N_("Unknown"),
                 sony1IfdId, makerTags, unsignedShort, printValue),
-        TagInfo(0x200A, "AutoHDR", N_("Auto HDR"),
-                N_("Auto High Definition Range"),
-                sony1IfdId, makerTags, unsignedLong, EXV_PRINT_TAG(sonyAutoHDR)),
+        TagInfo(0x200A, "HDR", N_("HDR"),
+                N_("High Definition Range Mode"),
+                sony1IfdId, makerTags, unsignedLong, EXV_PRINT_TAG(sonyHDRMode)),
         TagInfo(0x3000, "ShotInfo", N_("Shot Info"),
                 N_("Shot Information"),
                 sony1IfdId, makerTags, undefined, printValue),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list