shithub: libvpx

Download patch

ref: 017fea7cfbf197be9919a7e43e3505610135df3c
parent: b520882f0eb2648e0d1e5090597ba43aa561e2f1
parent: 650a2d7628169b041cb10fe632e651fb018fb7ed
author: Yaowu Xu <yaowu@google.com>
date: Thu Jan 7 15:26:09 EST 2016

Merge "Fix a typo"

--- a/vp9/encoder/vp9_rdopt.c
+++ b/vp9/encoder/vp9_rdopt.c
@@ -3035,7 +3035,7 @@
   for (ref_frame = LAST_FRAME; ref_frame <= ALTREF_FRAME; ++ref_frame) {
     if (!(cpi->ref_frame_flags & flag_list[ref_frame])) {
       // Skip checking missing references in both single and compound reference
-      // modes. Note that a mode will be skipped iff both reference frames
+      // modes. Note that a mode will be skipped if both reference frames
       // are masked out.
       ref_frame_skip_mask[0] |= (1 << ref_frame);
       ref_frame_skip_mask[1] |= SECOND_REF_FRAME_MASK;