]> granicus.if.org Git - libvpx/commitdiff
Fix typo in splitmv/tx_select code.
authorRonald S. Bultje <rbultje@google.com>
Wed, 24 Oct 2012 20:03:51 +0000 (13:03 -0700)
committerRonald S. Bultje <rbultje@google.com>
Wed, 24 Oct 2012 20:04:09 +0000 (13:04 -0700)
Change-Id: I2823043634b0fa617c2715d63ff18595b7209287

vp8/encoder/rdopt.c

index 97a38dd8b66836c3fef54d2302d15d83ef1dc462..b1594e7f0cb2d442292af59c2fc87d8d24338a64 100644 (file)
@@ -2509,7 +2509,7 @@ static void rd_check_segment_txsize(VP8_COMP *cpi, MACROBLOCK *x,
     if (rds)
       rds[i] = this_segment_rd;
     if (otherrds)
-      rds[i] = other_segment_rd;
+      otherrds[i] = other_segment_rd;
   } /* for each label */
 
   if (this_segment_rd < bsi->segment_rd) {