]> granicus.if.org Git - libvpx/commitdiff
Fix a typo
authorYaowu Xu <yaowu@google.com>
Thu, 7 Jan 2016 17:29:34 +0000 (09:29 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 7 Jan 2016 17:29:34 +0000 (09:29 -0800)
Change-Id: I12de2dd5e5f375551804166188d76a9ad8067b41

vp9/encoder/vp9_rdopt.c

index bcd8f013f66b6bdcd84db062f9a11f927a64ed0e..9402a4a2b7a3810d8b20ce55e7bc21d4a5c1d6d9 100644 (file)
@@ -3035,7 +3035,7 @@ void vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi,
   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;