shithub: libvpx

Download patch

ref: 07ec38479599cf96e30936a368c5d40c07054bc8
parent: c0662b4556b757a462444caa67cd31b74342abb9
parent: 99e65258cbab976b05df4813da978e4f3e5c1f80
author: James Zern <jzern@google.com>
date: Wed Dec 19 18:45:50 EST 2018

Merge "vpx/vp8cx.h: fix some typos"

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -154,7 +154,7 @@
    */
   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 @@
   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 @@
 
 /*!\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.