mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 23:39:04 +00:00
add exif dateTime, allow some special characters in text meta
This commit is contained in:
@@ -39,6 +39,7 @@ enum metakey {
|
||||
MetaExifUserComment = 20 | META_STR_MASK,
|
||||
MetaExifModel = 21 | META_STR_MASK,
|
||||
MetaExifIsoSpeedRatings = 22 | META_STR_MASK,
|
||||
MetaExifDateTime = 23 | META_STR_MASK,
|
||||
//Note to self: this will break after 31 entries
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user