docs: Fix function name obs_set_video_sdr_white_level

Should be obs_set_video_levels
This commit is contained in:
ScoochAside 2025-05-11 22:13:09 -04:00 committed by Ryan Foster
parent 000437ff7e
commit ae29c4909f

View File

@ -198,7 +198,7 @@ Initialization, Shutdown, and Information
--------------------- ---------------------
.. function:: void obs_set_video_sdr_white_level(float sdr_white_level, float hdr_nominal_peak_level) .. function:: void obs_set_video_levels(float sdr_white_level, float hdr_nominal_peak_level)
Sets the current video levels. Sets the current video levels.