shithub: libvpx

Download patch

ref: 9ade6e1001fe2300b013a577ae3000bc5b5ea226
parent: b44c5cf639d179eb5016a226fba06a16216f72a0
parent: 0b74e5d7af0b084de08f19e1832d0b04d3ddf53c
author: James Zern <jzern@google.com>
date: Fri Oct 16 14:47:08 EDT 2015

Merge "vpx/*.h, cosmetics: fix some typos"

--- a/vpx/svc_context.h
+++ b/vpx/svc_context.h
@@ -40,7 +40,7 @@
   int output_rc_stat;  // for outputting rc stats
   int speed;  // speed setting for codec
   int threads;
-  int aqmode;  // turns on aq-mdoe=3 (cyclic_refresh): 0=off, 1=on.
+  int aqmode;  // turns on aq-mode=3 (cyclic_refresh): 0=off, 1=on.
   // private storage for vpx_svc_encode
   void *internal;
 } SvcContext;
--- a/vpx/vpx_encoder.h
+++ b/vpx/vpx_encoder.h
@@ -150,7 +150,7 @@
   partitions can be decoded even
   though earlier partitions have
   been lost. Note that intra
-  predicition is still done over
+  prediction is still done over
   the partition boundary. */
 
   /*!\brief Encoder output packet variants