Skip to content

avcodec: reset the output mask with VA after we reset the chroma

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

If the chroma really needs a mask, it should set it. But when we reset the chroma we should reset the mask as well.

We don't need to reset the mask in d3d11va anymore. We never use a format with a mask.

Merge request reports