Skip to content

edid: Change HDR Static Metadata luminances to be float

They are float in libdisplay-info and our own EDID parsing also returns a float but when then converted both to an integer. Especially the min luminance can be <1.

We also don't need a variable for indicating presence of a CTA Static Metadata block. The values are all zero if it is absent.

Found by Dor Askayo.

Merge request reports