瀏覽代碼

docs: Fix title underline of obs_encoder_roi

Also remove unecessary whitespaces
tytan652 1 年之前
父節點
當前提交
a4db1c760b
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/sphinx/reference-encoders.rst

+ 4 - 4
docs/sphinx/reference-encoders.rst

@@ -267,7 +267,7 @@ Raw Frame Data Structure (encoder_frame)
 
 
 Encoder Region of Interest Structure (obs_encoder_roi)
------------------------------------------
+------------------------------------------------------
 
 .. struct:: obs_encoder_roi
 
@@ -277,7 +277,7 @@ Encoder Region of Interest Structure (obs_encoder_roi)
             uint32_t bottom
             uint32_t left
             uint32_t right
-   
+
    The rectangle edges of the region are specified as number of pixels from the input video's top and left edges (i.e. row/column 0).
 
 .. member:: float priority
@@ -562,7 +562,7 @@ General Encoder Functions
 .. function:: void obs_encoder_enum_roi(obs_encoder_t *encoder, void (*enum_proc)(void *, struct obs_encoder_roi *), void *param)
 
     Enumerate currently configured ROIs by invoking callback for each entry, in reverse order of addition (i.e. most recent to oldest).
-    
+
     **Note:** If the encoder has scaling enabled the struct passed to the callback will be scaled accordingly.
 
 ---------------------
@@ -570,7 +570,7 @@ General Encoder Functions
 .. function:: uint32_t obs_encoder_get_roi_increment(const obs_encoder_t *encoder)
 
    Encoders shall refresh their ROI configuration if the increment value changes.
-    
+
    :return: Increment/revision of ROI list
 
 ---------------------