From ec85880bb5e7bf91cc6dc753a8e4cfd9b1645f64 Mon Sep 17 00:00:00 2001 From: pxh123456789 Date: Fri, 13 Jun 2025 08:11:29 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/algorithm/extension_manager/extension_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/algorithm/extension_manager/extension_manager.cpp b/framework/algorithm/extension_manager/extension_manager.cpp index 86932e0..12c0d09 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", -- Gitee