Skip to content

Commit

Permalink
Initialize xmpID_
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Jun 26, 2021
1 parent 8b94e93 commit b235eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bmffimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ namespace Exiv2
visits_max_ = io_->size() / 16;
unknownID_ = 0xffff;
exifID_ = unknownID_;
xmpID_ = unknownID_;

long address = 0;
while (address < static_cast<long>(io_->size())) {
Expand Down

0 comments on commit b235eaf

Please sign in to comment.