diff --git a/framework/algorithm/extension_manager/extension_manager.cpp b/framework/algorithm/extension_manager/extension_manager.cpp index 86932e052ce8763dff21304b2d7bc81000c6e91a..12c0d0911599582bbe76099f70365d56a1b665a4 100644 --- a/framework/algorithm/extension_manager/extension_manager.cpp +++ b/framework/algorithm/extension_manager/extension_manager.cpp @@ -509,7 +509,7 @@ T ExtensionManager::BuildCaps(const ExtensionList& extensionList) const CHECK_AND_LOG(err == VPE_ALGO_ERR_OK, "Build caps failed, extension: %{public}s", extension->info.name.c_str()); } - } else if constexpr (std::is_same_v) { + } else if constexpr (std::is_same_v) { if (extension->info.type == ExtensionType::AIHDR_ENHANCER) { err = BuildAihdrEnhancerCaps(extension, idx, capMap); CHECK_AND_LOG(err == VPE_ALGO_ERR_OK, "Build caps failed, extension: %{public}s",