From 0b74e5d7af0b084de08f19e1832d0b04d3ddf53c Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 8 Oct 2015 22:43:45 -0700 Subject: [PATCH] vpx/*.h, cosmetics: fix some typos Change-Id: Ie9ead2c665c6c065a6b922ab66bae9be63483272 --- vpx/svc_context.h | 2 +- vpx/vpx_encoder.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vpx/svc_context.h b/vpx/svc_context.h index 432c3c729..5bc25189b 100644 --- a/vpx/svc_context.h +++ b/vpx/svc_context.h @@ -40,7 +40,7 @@ typedef struct { 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; diff --git a/vpx/vpx_encoder.h b/vpx/vpx_encoder.h index 2b17f98a2..955e87351 100644 --- a/vpx/vpx_encoder.h +++ b/vpx/vpx_encoder.h @@ -150,7 +150,7 @@ extern "C" { 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 -- 2.40.0