]> granicus.if.org Git - libvpx/commit
Fix a thread lost bug in frame parallel decode.
authorhkuang <hkuang@google.com>
Tue, 3 Feb 2015 23:19:11 +0000 (15:19 -0800)
committerhkuang <hkuang@google.com>
Wed, 4 Feb 2015 19:07:02 +0000 (11:07 -0800)
commitb104b840581356f6a3aa72fc9f8f34142ff5c050
treec785ed9aafb6d0bf9de94515f06647209f713def
parentcb411108a3830fb02c8f8a988b7f3b0e66d076c9
Fix a thread lost bug in frame parallel decode.

After syncing the frame worker thread, avaiable thread count should
increase by 1 even the worker thread does not have displayable frame
to output.

Change-Id: I9eeb87720fed82dfe38555286833ff88e8a8e746
vp9/decoder/vp9_dthread.h
vp9/vp9_dx_iface.c