Skip to content

mock: add an option to generate color bars for RGB

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

This can be useful to test the order of colors in RGB with mask.

The 15-bit and 16-bit values are currently written as Little-Endian to verify that's what Windows expects. It can be extended when we add hardcoded LE and BE chromas.

Used to validate !4253 (merged) with the Windows player.

Tested with:

Edited by Steve Lhomme

Merge request reports