vp9: sync threads after a longjmp
authorJames Zern <jzern@google.com>
Wed, 3 Dec 2014 00:51:27 +0000 (16:51 -0800)
committerJames Zern <jzern@google.com>
Wed, 3 Dec 2014 00:51:27 +0000 (16:51 -0800)
commit6f7ab01451c3b1401a7a4823947d73f86aebe893
tree7c7f1909fe107b26d2c1c19cf5188ea9731cefe0
parent99874f55fb2a5a24b05074c716570e17bb6583d2
vp9: sync threads after a longjmp

Synchronize all threads immediately as a subsequent decode call may
cause a resize invalidating some allocations.

fixes one aspect of crbug.com/437655

Change-Id: Ie993b62c2756478543206ddbe43ec6268d90a470
vp9/decoder/vp9_decoder.c