Intel-Media-SDK / MediaSDK

The Intel® Media SDK
MIT License
926 stars 457 forks source link

vaapi: recognize P012, Y212, and Y412 VAImages (#2768) #2985

Closed xhaihao closed 1 year ago

xhaihao commented 1 year ago

In FFmpeg VAAPI path, the following fourcc codes are used for 12bit contents

VA_FOURCC_P012 4:2:0 12bit VA_FOURCC_Y212 4:2:2 12bit VA_FOURCC_Y412 4:4:4 12bit

We should use these codes too in FFmpeg QSV path, hence add mapping P012/Y212/Y412 here