You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All tiles belonging to the same tile group must be submitted to the vaapi
driver as an array.
The Intel driver, in particular, expects one array of Slice Parameters per
instance of Slice Data when submitting the data for an AV1 Tile Group. It will
produce a corrupted frame if the slice parameters are submitted separately
(i.e.: in their own VABuffers).
This was discovered by Nicolas Dufresne.
0 commit comments