!2942 back unrefocus decode

Merge pull request !2942 from caochuan/picture_decode_1120
This commit is contained in:
openharmony_ci 2024-11-21 12:20:52 +00:00 committed by Gitee
commit 41bc627fe5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;