mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-11 00:35:53 -04:00
The content light level metadata was being read incorrectly by taking the address of the data pointer instead of casting the pointer itself. This resulted in interpreting the pointer address as the MaxCLL value, leading to extremely large values.