Skip to content

avcodec: va: pass the software AVPixFmtDescriptor for AV1 special decoder

Steve Lhomme requested to merge robUx4/vlc:av1_va_10b into master

This is what is passed in the normal decoding case.

This fixes an issue where 10-bit sources don't play properly as we can't tell from the Profile 0 is we're decoding in 8-bit or 10-bit.

Merge request reports