]> granicus.if.org Git - libvpx/commit
fixed a decoder bug
authorYaowu Xu <yaowu@google.com>
Sat, 8 Oct 2011 22:48:53 +0000 (15:48 -0700)
committerYaowu Xu <yaowu@google.com>
Sat, 8 Oct 2011 22:48:53 +0000 (15:48 -0700)
commit3ca849691cf09d4b4e0561f334e9a4247cc9f06a
treeac08195e4dc6d7305eb09a2dd439d8a779d97d23
parent156b221a7fd1d4eb1e49a005bf41cc1952d65cd8
fixed a decoder bug

When 8x8 transform is enabled, the decoder does an extra reconstruct
on MBs that are coded using 8x8. This commit fixed the logic around
the decoding of mb encoded with 8x8 transform.

Change-Id: I6926557c9ef00eecb375f62946f7e140c660bf6f
vp8/decoder/decodframe.c