]> granicus.if.org Git - libvpx/commit
loop_filter_rows_mt: remove dependency on 'last_height'
authorJames Zern <jzern@google.com>
Sat, 14 Feb 2015 02:03:45 +0000 (18:03 -0800)
committerJames Zern <jzern@google.com>
Sat, 14 Feb 2015 03:11:23 +0000 (19:11 -0800)
commit0dd591bedd89deb841799388cc43b69148a27674
tree1e8e204ba35387a6318c6238e93e0f1a13695453
parentc5718a7aa3b5490fbfbc47d6f82e7cb3eed46a1e
loop_filter_rows_mt: remove dependency on 'last_height'

using this to control reallocation would miss a change if the function
were not called for every frame.
fixes potential memory corruption by the subsequent memset

Change-Id: I4c6bb6ab68803104fc824c7e27cc2f9b2cf53e33
vp9/common/vp9_thread_common.c