mirror of
https://gitee.com/openharmony/multimedia_image_framework
synced 2024-11-27 01:01:24 +00:00
!2942 back unrefocus decode
Merge pull request !2942 from caochuan/picture_decode_1120
This commit is contained in:
commit
41bc627fe5
@ -194,9 +194,6 @@ static bool FindAuxiliaryTags(const uint8_t* data, uint32_t size, std::string& f
|
||||
return false;
|
||||
}
|
||||
for (const auto &[tagName, _] : AUXILIARY_TAG_TYPE_MAP) {
|
||||
if (tagName == AUXILIARY_TAG_UNREFOCUS_MAP) {
|
||||
continue;
|
||||
}
|
||||
if (memcmp(data, tagName.c_str(), tagName.size()) == 0) {
|
||||
foundTag = tagName;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user