From: Ronald S. Bultje Date: Wed, 24 Oct 2012 20:03:51 +0000 (-0700) Subject: Fix typo in splitmv/tx_select code. X-Git-Tag: v1.3.0~1217^2~186^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29b6a45b887392afa50ffa6da3e03aec4807d74b;p=libvpx Fix typo in splitmv/tx_select code. Change-Id: I2823043634b0fa617c2715d63ff18595b7209287 --- 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) {