Skip to content

add video_format_IsSameChroma() and use it

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

For some RGB chroma, the component layout comes from the mask. If the mask doesn't match they are not actually the same chroma.

This functions checks that it's actually the same layout, as expected in many places where the chroma equality is checked.

Some bits extracted from !4103 (closed).

Merge request reports