]> granicus.if.org Git - libvpx/commitdiff
vpx/vp8cx.h: fix some typos
authorJames Zern <jzern@google.com>
Wed, 19 Dec 2018 20:27:28 +0000 (12:27 -0800)
committerJames Zern <jzern@google.com>
Wed, 19 Dec 2018 20:27:53 +0000 (12:27 -0800)
BUG=webm:1573

Change-Id: I46faa216a4a8278a363a8111237342f73e8467eb

vpx/vp8cx.h

index 2f54223cae58133b3c311174098e64da284c2664..d4aa0e21e1a1f77dae0583aebd3bec266dfd6403 100644 (file)
@@ -154,7 +154,7 @@ enum vp8e_enc_control_id {
    */
   VP8E_SET_CPUUSED = 13,
 
-  /*!\brief Codec control function to enable automatic set and use alf frames.
+  /*!\brief Codec control function to enable automatic use of arf frames.
    *
    * Supported in codecs: VP8, VP9
    */
@@ -817,7 +817,7 @@ typedef struct vpx_svc_ref_frame_config {
   int update_last[VPX_SS_MAX_LAYERS];       /**< Update last. */
   int update_golden[VPX_SS_MAX_LAYERS];     /**< Update golden. */
   int update_alt_ref[VPX_SS_MAX_LAYERS];    /**< Update altref. */
-  int reference_last[VPX_SS_MAX_LAYERS];    /**< Last as eference. */
+  int reference_last[VPX_SS_MAX_LAYERS];    /**< Last as reference. */
   int reference_golden[VPX_SS_MAX_LAYERS];  /**< Golden as reference. */
   int reference_alt_ref[VPX_SS_MAX_LAYERS]; /**< Altref as reference. */
   int64_t duration[VPX_SS_MAX_LAYERS];      /**< Duration per spatial layer. */
@@ -837,7 +837,7 @@ typedef enum {
 
 /*!\brief vp9 svc frame dropping parameters.
  *
- * This defines the frame drop thresholds for each spatial layer, and the
+ * This defines the frame drop thresholds for each spatial layer, and
  * the frame dropping mode: 0 = layer based frame dropping (default),
  * 1 = constrained dropping where current layer drop forces all upper
  * spatial layers to drop.