metadata: better handling of makernote tags

Tentative fix for #37

(cherry picked from commit 7310eb64978bb1138edbdf02fa58fb64a9326e17)
This commit is contained in:
Alberto Griggio
2020-04-05 05:04:45 -07:00
committed by Lawrence Lee
parent dcc00b40d1
commit c1719fbd7d
2 changed files with 30 additions and 38 deletions

View File

@@ -65,7 +65,7 @@ private:
void do_merge_xmp(Exiv2::Image* dst) const;
void import_exif_pairs(Exiv2::ExifData& out) const;
void import_iptc_pairs(Exiv2::IptcData& out) const;
void remove_unwanted(Exiv2::Image* dst) const;
void remove_unwanted(Exiv2::ExifData& dst) const;
Glib::ustring src_;
bool merge_xmp_;