]> granicus.if.org Git - libvpx/commit
[BITSTREAM]Fix row tile mode_info pointer setup
authorYaowu Xu <yaowu@google.com>
Fri, 8 Nov 2013 21:04:08 +0000 (13:04 -0800)
committerJingning Han <jingning@google.com>
Sat, 9 Nov 2013 06:06:53 +0000 (22:06 -0800)
commitcae7e0741aacaf8ed06a2c99fadd803dec210d13
treebd1e4d44916a457558aea92c05d1ccd4b3272ccc
parenta596975eb6f576127ffd7299d75d5478cf6034de
[BITSTREAM]Fix row tile mode_info pointer setup

This commit fixes the assignment of mode_info pointer per tile. It
makes recognition of tiles in both row and column formats and properly
arrange the use of mode_info.

The bug was first introduced in
I6226456dd11f275fa991e4a7a930549da6675915
https://gerrit.chromium.org/gerrit/#/c/67492/

Change-Id: Ie12cd209f53241513728c461ee3d7b9599ddb860
vp9/decoder/vp9_decodframe.c