MFXEnumImplementations reports VP8 decode capability on Intel(R) Core(TM) i7-13850HX
- Dominant language
- C++
- Stars
- 371
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
According to [Media Capabilities Supported by Intel Hardware](https://www.intel.com/content/www/us/en/docs/onevpl/developer-reference-media-intel-hardware/1-1/details.html#DECODE-11-12) and [13th Generation Intel®Core™ and Intel® Core™ 14th Generation Processors Datasheet, Volume 1 of 2](https://www.intel.com/content/www/us/en/content-details/743844/13th-generation-intel-core-and-intel-core-14th-generation-processors-datasheet-volume-1-of-2.html) VP8 decode is not supported on the 13th gen processors.
vpl-inspect reports the following on my machine:
[vpl-inspect output.txt](https://github.com/user-attachments/files/16974813/vpl-inspect.output.txt)
When I check capability with [MFXVideoDECODE_Query](https://intel.github.io/libvpl/latest/API_ref/VPL_func_vid_decode.html#id1), it returns with MFX_ERR_UNSUPPORTED as expected.
Could someone resolve the above contradictions?
Contributor guide
Assessment
This issue has not been assessed yet.