Skip to content

Commit d6fb092

Browse files
greenoidkmilos
authored andcommitted
Panasonic Makernotes: Add Distortion Info 0x119
Signed-off-by: Miloš Komarčević <miloskomarcevic@aim.com>
1 parent 84eefda commit d6fb092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/panasonicmn_int.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ constexpr TagInfo PanasonicMakerNote::tagInfoRaw_[] = {
758758
unsignedLong, -1, printValue},
759759
{0x0118, "RawDataOffset", N_("Raw Data Offset"), N_("Raw data offset"), IfdId::panaRawId, SectionId::panaRaw,
760760
unsignedLong, -1, printValue},
761+
{0x0119, "DistortionInfo", N_("Distortion Info"), N_("Distortion info"), IfdId::panaRawId, SectionId::panaRaw,
762+
signedShort, -1, printValue},
761763
{0x8769, "ExifTag", N_("Exif IFD Pointer"), N_("A pointer to the Exif IFD"), IfdId::panaRawId, SectionId::panaRaw,
762764
unsignedLong, -1, printValue},
763765
{0x8825, "GPSTag", N_("GPS Info IFD Pointer"), N_("A pointer to the GPS Info IFD"), IfdId::panaRawId,

0 commit comments

Comments
 (0)