Skip to content

set the RGB mask after setting the chroma

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

It's better to set the RGB mask where we know what we really have, rather than guessing it later. Eventually it should never be guessed anywhere.

cc @alexandre-janniaux for the interop masks. It's odd to turn SPU's into RGB32 (opaque) when we have RGB+alpha formats.

Merge request reports