mirror of
https://github.com/openharmony/multimedia_video_processing_engine.git
synced 2026-08-27 22:59:55 -04:00
update: 更新文件 auto_effect_aisr_video.h
Signed-off-by: gcw_4z3jiPvB <huweinan1@h-partners.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user