Browse Source

docs: Fix function name obs_set_video_sdr_white_level

Should be obs_set_video_levels
ScoochAside 5 tháng trước cách đây
mục cha
commit
ae29c4909f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/sphinx/reference-core.rst

+ 1 - 1
docs/sphinx/reference-core.rst

@@ -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.