intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
146 stars 106 forks source link

dec_unittest: fix vp9 decode unittest failure on BSW/SKL #754

Closed wudping closed 7 years ago

wudping commented 7 years ago

BSW/SKL do not support VP9 decoding, so vp9 decoding leads to core-dump in decode unittest. This patch will skip the unittest when detect that the platform dosen't support VP9.

to fix issue 741

Signed-off-by: wudping dongpingx.wu@intel.com

wudping commented 7 years ago

please help to review.