]> granicus.if.org Git - libvpx/commit
Fix bug 837 (Part 2): Handle increase in frame width
authorAdrian Grange <agrange@google.com>
Thu, 21 Aug 2014 15:15:23 +0000 (08:15 -0700)
committerAdrian Grange <agrange@google.com>
Thu, 21 Aug 2014 15:15:23 +0000 (08:15 -0700)
commit7b2177ce9ca1c82d992decd75ca6de878ecc785f
tree5aacb8d837ddd958c59ebd03908c7ddf44b72426
parentc6e9eb69352e43d8241cdbde212a6280065aa891
Fix bug 837 (Part 2): Handle increase in frame width

The case where frame width increases but the overall memory
size required to hold the mi arrays does not was not
handled.

Change-Id: I72e70b912a7d1766687ad682979f1c9ee124449b
vp9/decoder/vp9_decodeframe.c