Commit e67178f5ef for aom
commit e67178f5ef15f7568be9f1e162a32b643c6bbd72
Author: James Zern <jzern@google.com>
Date: Mon May 4 16:06:34 2026 -0700
aom_ext_ratectrl.h,cosmetics: fix some typos
Change-Id: I563342afc5acec481bbdc94feede347c43fb5756
diff --git a/aom/aom_ext_ratectrl.h b/aom/aom_ext_ratectrl.h
index 46c8f2000a..70596933c6 100644
--- a/aom/aom_ext_ratectrl.h
+++ b/aom/aom_ext_ratectrl.h
@@ -144,7 +144,7 @@ typedef void *aom_rc_model_t;
#define AOM_DEFAULT_RDMULT -1
/*!\brief Superblock quantization parameters
- * Store the superblock quantiztaion parameters
+ * Store the superblock quantization parameters
*/
typedef struct aom_sb_parameters {
int q_index; /**< Quantizer step index [0..255]*/
@@ -240,7 +240,7 @@ typedef struct aom_rc_frame_stats {
/*!
* Weight assigned to this frame (or total weight for the collection of
* frames) currently based on intra factor and brightness factor. This is used
- * to distribute bits betweeen easier and harder frames.
+ * to distribute bits between easier and harder frames.
*/
double weight;
/*!