add IsSupported interface

Signed-off-by: zhouxubo <zhouxubo@huawei.com>
This commit is contained in:
zhouxubo
2025-06-12 15:22:18 +08:00
parent 79e0ae9c2b
commit 43b14bb296
@@ -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;
}