summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-10-24 13:03:51 -0700
committerRonald S. Bultje <rbultje@google.com>2012-10-24 13:04:09 -0700
commit29b6a45b887392afa50ffa6da3e03aec4807d74b (patch)
tree75a90365bc7e6298c1d15d7edbeba926ee311d3d /vp8/encoder
parent226e55c17d6f732911c1b9282c6dfc334496204d (diff)
downloadlibvpx-29b6a45b887392afa50ffa6da3e03aec4807d74b.tar
libvpx-29b6a45b887392afa50ffa6da3e03aec4807d74b.tar.gz
libvpx-29b6a45b887392afa50ffa6da3e03aec4807d74b.tar.bz2
libvpx-29b6a45b887392afa50ffa6da3e03aec4807d74b.zip
Fix typo in splitmv/tx_select code.
Change-Id: I2823043634b0fa617c2715d63ff18595b7209287
Diffstat (limited to 'vp8/encoder')
-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) {