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 294212d618
commit 4c660d64f6
@@ -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;
}