Skip to content

video_chroma: chain: favor RGB output for 4:4:4 YUV conversion

Steve Lhomme requested to merge robUx4/vlc:444-10 into master

We don't want to lose the extra chroma information if possible.

We also map RGBA10 to the FFmpeg AV_PIX_FMT_X2BGR10 so it can be converted in swscale.

Merge request reports