From df221b610d4896bdf7e7c67ff35c8945ac0cfcb6 Mon Sep 17 00:00:00 2001 From: gcw_4z3jiPvB Date: Mon, 17 Aug 2026 20:35:30 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20auto=5Feffect=5Faisr=5Fvideo.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gcw_4z3jiPvB --- .../algorithm/auto_effect_aisr_video/auto_effect_aisr_video.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/algorithm/auto_effect_aisr_video/auto_effect_aisr_video.cpp b/framework/algorithm/auto_effect_aisr_video/auto_effect_aisr_video.cpp index 3032412..ca6b2a1 100644 --- a/framework/algorithm/auto_effect_aisr_video/auto_effect_aisr_video.cpp +++ b/framework/algorithm/auto_effect_aisr_video/auto_effect_aisr_video.cpp @@ -31,8 +31,6 @@ namespace { std::mutex g_autoEffectLock{}; std::unordered_map g_autoEffectMap{}; std::unordered_map> g_vpeMap{}; -constexpr int FEATURE_PARAM_GET_SUPPORTED = 1; -constexpr int PRODUCT_PARAM_GET_SUPPORTED = 3; } // namespace std::shared_ptr AutoEffectAisrVideo::Create()