]> granicus.if.org Git - libvpx/commit
Fix the frame parallel invalid file test failure on ARM.
authorhkuang <hkuang@google.com>
Mon, 9 Feb 2015 20:14:00 +0000 (12:14 -0800)
committerhkuang <hkuang@google.com>
Tue, 17 Feb 2015 17:43:34 +0000 (09:43 -0800)
commit2fa9e9e2276b080c5357bcdbf6a129eb1fec864a
tree61ba8eb7835f5b5ea413447b5990e567175b9609
parent1cfbc86e3809c87b2397487baa01e3046bb0531d
Fix the frame parallel invalid file test failure on ARM.

There is a corner case that when a frame is corrupted, the following
inter frame decode worker will miss the previous failure. To solve
this problem, a need_resync flag needs to be added to master thread
to keep control of that.

Change-Id: Iea9309b2562e7b59a83dd6b720607410286c90a6
test/vp9_frame_parallel_test.cc
vp9/vp9_dx_iface.c