mirror of
https://gitee.com/openharmony/multimedia_image_framework
synced 2024-11-23 06:59:52 +00:00
!2597 fix codecheck 20240925
Merge pull request !2597 from 何光耀/fix_codecheck_20240925
This commit is contained in:
commit
b1ed115235
@ -75,7 +75,7 @@ uint32_t AbstractExifMetadataAccessor::GetFilterArea(const std::vector<std::stri
|
||||
return E_NO_EXIF_TAG;
|
||||
}
|
||||
for (auto& range : ranges) {
|
||||
range.first += GetTiffOffset();
|
||||
range.first += static_cast<uint32_t>(GetTiffOffset());
|
||||
}
|
||||
return SUCCESS;
|
||||
}
|
||||
|
@ -399,7 +399,7 @@ uint32_t PngExifMetadataAccessor::GetFilterArea(const std::vector<std::string> &
|
||||
return E_NO_EXIF_TAG;
|
||||
}
|
||||
for (auto& range : ranges) {
|
||||
range.first += GetTiffOffset();
|
||||
range.first += static_cast<uint32_t>(GetTiffOffset());
|
||||
}
|
||||
return SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user