From 682927ee258e316046d83e2530d2226d63fbd6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:10:53 +0100 Subject: [PATCH] Also use existing light source pretty print for DNG --- src/tags_int.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tags_int.cpp b/src/tags_int.cpp index 7d1ac19b..8d86dc69 100644 --- a/src/tags_int.cpp +++ b/src/tags_int.cpp @@ -1120,14 +1120,14 @@ namespace Exiv2 { "(ColorMatrix1, CameraCalibration1, ReductionMatrix1). The legal " "values for this tag are the same as the legal values for the " "LightSource EXIF tag."), - ifd0Id, dngTags, unsignedShort, 1, printValue), // DNG tag + ifd0Id, dngTags, unsignedShort, 1, print0x9208), // DNG tag TagInfo(0xc65b, "CalibrationIlluminant2", N_("Calibration Illuminant 2"), N_("The illuminant used for an optional second set of color calibration " "tags (ColorMatrix2, CameraCalibration2, ReductionMatrix2). The legal " "values for this tag are the same as the legal values for the " "CalibrationIlluminant1 tag; however, if both are included, neither " "is allowed to have a value of 0 (unknown)."), - ifd0Id, dngTags, unsignedShort, 1, printValue), // DNG tag + ifd0Id, dngTags, unsignedShort, 1, print0x9208), // DNG tag TagInfo(0xc65c, "BestQualityScale", N_("Best Quality Scale"), N_("For some cameras, the best possible image quality is not achieved " "by preserving the total pixel count during conversion. For example, "