summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vp8/encoder/rdopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/rdopt.c b/vp8/encoder/rdopt.c
index 97a38dd8b..b1594e7f0 100644
--- a/vp8/encoder/rdopt.c
+++ b/vp8/encoder/rdopt.c
@@ -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) {