]> granicus.if.org Git - libvpx/commit
vp8: Init buffers and pred arrays for mt after allocation.
authorJerome Jiang <jianj@google.com>
Fri, 9 Nov 2018 21:27:39 +0000 (13:27 -0800)
committerJerome Jiang <jianj@google.com>
Sat, 10 Nov 2018 06:45:24 +0000 (22:45 -0800)
commit2ac954dfd2e47afd0df2a6dece14d1689644e30c
treea681a69140514d96cb19f253eed27dd44c686919
parentc66fe1a8930cf1ad43b38dd7cb88f8ae0139b0b2
vp8: Init buffers and pred arrays for mt after allocation.

Buffers and arrays used for prediction are not initialized after
allocation.

BUG=902691

Change-Id: Ic727e5dab7456e91ec9d6c80694f60a1a3600640
vp8/decoder/threading.c
vpx_scale/generic/yv12config.c