From 3fcdfef9a21c3418cd812e0ff73f60895eac795e Mon Sep 17 00:00:00 2001 From: gcw_4z3jiPvB Date: Mon, 17 Aug 2026 11:27:07 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20extension=5Fmanager.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gcw_4z3jiPvB --- framework/algorithm/extension_manager/extension_manager.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/framework/algorithm/extension_manager/extension_manager.cpp b/framework/algorithm/extension_manager/extension_manager.cpp index 29aecab..e03f7af 100644 --- a/framework/algorithm/extension_manager/extension_manager.cpp +++ b/framework/algorithm/extension_manager/extension_manager.cpp @@ -530,12 +530,6 @@ 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) { - if (extension->info.type == ExtensionType::AUTO_EFFECT_AISR) { - err = BuildAutoEffectAisrCaps(extension, idx, capMap); - 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) { if (extension->info.type == ExtensionType::AIHDR_ENHANCER) { err = BuildAihdrEnhancerCaps(extension, idx, capMap);