Skip to content

opengl/interop: set a 0 chroma for packed RGB outputs

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

The video_format_t chroma is only used to check if it's a YUV chroma and do some things with that chroma. For RGB we don't need to provide information about the underlying type of RGB.

This is an alternative "fix" to !4141 (closed) + !4140 (merged).

Merge request reports