update: 更新文件 auto_effect_aisr_video.cpp

Signed-off-by: gcw_4z3jiPvB <huweinan1@h-partners.com>
This commit is contained in:
gcw_4z3jiPvB
2026-08-17 20:35:30 +08:00
parent 0d51b60657
commit df221b610d
@@ -31,8 +31,6 @@ namespace {
std::mutex g_autoEffectLock{};
std::unordered_map<std::string, bool> g_autoEffectMap{};
std::unordered_map<std::string, std::weak_ptr<VpeVideo>> g_vpeMap{};
constexpr int FEATURE_PARAM_GET_SUPPORTED = 1;
constexpr int PRODUCT_PARAM_GET_SUPPORTED = 3;
} // namespace
std::shared_ptr<VpeVideoImpl> AutoEffectAisrVideo::Create()