shithub: libvpx

Download patch

ref: ce9f61ec5086121017707a461aa6af8bad9a6880
parent: 45b4832ffdadaadf2afe9ad33500dfbce7a6c3a9
parent: 29b6a45b887392afa50ffa6da3e03aec4807d74b
author: Ronald S. Bultje <rbultje@google.com>
date: Wed Oct 24 11:21:05 EDT 2012

Merge "Fix typo in splitmv/tx_select code." into experimental

--- a/vp8/encoder/rdopt.c
+++ b/vp8/encoder/rdopt.c
@@ -2509,7 +2509,7 @@
     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) {
--