fixed a typo that mis-used Y plane stride for UV blocks.
authorYaowu Xu <yaowu@google.com>
Mon, 4 Oct 2010 17:58:42 +0000 (10:58 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 4 Oct 2010 18:31:14 +0000 (11:31 -0700)
commit49fdb7c41ed9184d74c05264c8610a5223d07018
treec89f93dd12d19335fe4552f04dca917e9a9a789f
parent2d4ef37507a851f4c511e227b76a203627d06f15
fixed a typo that mis-used Y plane stride for UV blocks.

Raised by Lei Yang, the Y plane stride was used for UV blocks.
This is clearly a typo. But as the comments in the code suggested
that this port of code has not been used yet, so the typo should
not have created any damage yet.

Change-Id: Iea895edc17469a51c803a8cc6d0fce65a1a7fc2f
vp8/common/reconinter.c