mirror of
https://github.com/openharmony/multimedia_video_processing_engine.git
synced 2026-07-21 06:55:24 -04:00
add IsSupported interface
Signed-off-by: zhouxubo <zhouxubo@huawei.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user