vp9_dthread: interleave mutex/cond alloc+init
authorJames Zern <jzern@google.com>
Thu, 6 Feb 2014 07:19:26 +0000 (23:19 -0800)
committerJames Zern <jzern@google.com>
Thu, 6 Feb 2014 20:39:24 +0000 (12:39 -0800)
commit4e44457b4d10229928c03476f6b1b28da8ee3fa1
tree4f046d9805702120f0639decf3ab3c1b7fd36faa
parent9602ed8808498c0bdc176ec4ffc60654860f12ec
vp9_dthread: interleave mutex/cond alloc+init

this ensures both are properly initialized when calling _dealloc().
+ check the arrays before access

Change-Id: I789af39b41c271b5cb3c029526581b4d9903b895
vp9/decoder/vp9_dthread.c