From 29b6a45b887392afa50ffa6da3e03aec4807d74b Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 24 Oct 2012 13:03:51 -0700 Subject: Fix typo in splitmv/tx_select code. Change-Id: I2823043634b0fa617c2715d63ff18595b7209287 --- vp8/encoder/rdopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3