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()