diff --git a/framework/algorithm/common/algorithm_video.cpp b/framework/algorithm/common/algorithm_video.cpp index 7a8422f..26ac275 100644 --- a/framework/algorithm/common/algorithm_video.cpp +++ b/framework/algorithm/common/algorithm_video.cpp @@ -63,7 +63,7 @@ bool VpeVideo::IsSupported(uint32_t type, const Format& parameter) return it->second(parameter); } -bool DetailEnhancerVideoFwk::IsSupported(void) +bool VpeVideo::IsSupported(void) { return true; }