update: 更新文件 auto_effect_aisr_video.h

Signed-off-by: gcw_4z3jiPvB <huweinan1@h-partners.com>
This commit is contained in:
gcw_4z3jiPvB
2026-08-17 16:41:07 +08:00
parent f58399be3e
commit 97271aeebb
@@ -39,8 +39,8 @@ public:
static VPEAlgoErrCode SetAutoEffectEnabled(bool enable, bool hasEnable,
const char* name, float strength, bool hasStrength);
explicit AutoEffectAisrVideo(uint32_t type, bool disable)
: VpeVideoImpl(type, false, VIDEO_DEFAULT_USAGE, disable), isAutoDisable_(disable) {}
explicit AutoEffectAisrVideo(uint32_t type)
: VpeVideoImpl(type) {}
~AutoEffectAisrVideo() override;
AutoEffectAisrVideo(const AutoEffectAisrVideo&) = delete;
AutoEffectAisrVideo& operator=(const AutoEffectAisrVideo&) = delete;