summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2023-08-19 11:20:41 -0400
committerHubert Figuière <hub@figuiere.net>2023-12-31 19:57:10 -0500
commitf173507a866b25342c1fb531e00b8b972360b7b5 (patch)
tree5fec1bcd66b5e32ee1530057d2b5c71ae4857a94
parent11ece5a3eb34c4e3e1820a01a7bb9f9753d720cf (diff)
exif: update tags to ExifTool 12.65
-rw-r--r--Makefile.am1
-rw-r--r--src/tiff/exif/generated.rs6
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 958c537..db51bb0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,6 +93,7 @@ RUST_FILES = Cargo.lock \
src/tiff/entry.rs \
src/tiff/container.rs \
src/tiff/exif.rs \
+ src/tiff/exif/generated.rs \
src/tiff/iterator.rs \
src/utils.rs \
$(NULL)
diff --git a/src/tiff/exif/generated.rs b/src/tiff/exif/generated.rs
index 0736a8f..1b304b9 100644
--- a/src/tiff/exif/generated.rs
+++ b/src/tiff/exif/generated.rs
@@ -1,4 +1,4 @@
-// AUTOGENERATED with ExifTool 12.64 ()
+// AUTOGENERATED with ExifTool 12.65 ()
//! This contain the tag names generated from ExifTool.
@@ -531,14 +531,14 @@ pub static ref MNOTE_APPLE_TAG_NAMES: HashMap<u16, &'static str> = HashMap::from
( 0xb, "BurstUUID" ),
( 0xc, "FocusDistanceRange" ),
( 0xf, "OISMode" ),
- ( 0x11, "MediaGroupUUID" ),
+ ( 0x11, "ContentIdentifier" ),
( 0x14, "ImageCaptureType" ),
( 0x15, "ImageUniqueID" ),
( 0x17, "LivePhotoVideoIndex" ),
( 0x19, "ImageProcessingFlags" ),
( 0x1a, "QualityHint" ),
( 0x1d, "LuminanceNoiseAmplitude" ),
- ( 0x20, "ImageCaptureReqestID" ),
+ ( 0x20, "ImageCaptureRequestID" ),
( 0x21, "HDRHeadroom" ),
( 0x25, "SceneFlags" ),
( 0x26, "SignalToNoiseRatioType" ),