vpx/*.h, cosmetics: fix some typos

Change-Id: Ie9ead2c665c6c065a6b922ab66bae9be63483272
This commit is contained in:
James Zern 2015-10-08 22:43:45 -07:00
parent 0c00af126d
commit 0b74e5d7af
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ typedef struct {
int output_rc_stat; // for outputting rc stats int output_rc_stat; // for outputting rc stats
int speed; // speed setting for codec int speed; // speed setting for codec
int threads; 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 // private storage for vpx_svc_encode
void *internal; void *internal;
} SvcContext; } SvcContext;

View File

@ -150,7 +150,7 @@ extern "C" {
partitions can be decoded even partitions can be decoded even
though earlier partitions have though earlier partitions have
been lost. Note that intra been lost. Note that intra
predicition is still done over prediction is still done over
the partition boundary. */ the partition boundary. */
/*!\brief Encoder output packet variants /*!\brief Encoder output packet variants