Skip to content

screen/access: use video_format_Setup() with RGB mask setup

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

The video_format_t of the ES should be initialized with video_format_Setup() which sets more fields and can set the default RGB masks for a given chroma (which can be overridden after the call if needed and will not override values if they were already set).

Extracted from !4103 (closed)

Edited by Steve Lhomme

Merge request reports