iina / iina

The modern video player for macOS.
https://iina.io
GNU General Public License v3.0
37.68k stars 2.55k forks source link

Showing hardware decoding on none supported Mac. #3230

Open zouyang2016 opened 3 years ago

zouyang2016 commented 3 years ago

System and IINA version:

Expected behavior: My mid2012 MBP equipped with 3rd gen i7&GT650M should not support HEVC hardware decoding.But inspector shows hw decoding is on, just confusing .

Actual behavior: Showing HW decoding on none supported Mac. WX20201127-193254

kkanungo17 commented 3 years ago

This is because the VideoToolbox API also includes a software HEVC decoder since High Sierra, which it will fall back to if hardware decoding is not available. This is separate from the software decoder that IINA itself uses.

zouyang2016 commented 3 years ago

This is because the VideoToolbox API also includes a software HEVC decoder since High Sierra, which it will fall back to if hardware decoding is not available. This is separate from the software decoder that IINA itself uses.

Thanks.