]> granicus.if.org Git - libvpx/commit
Set the maximum decode threads to be 8.
authorhkuang <hkuang@google.com>
Thu, 5 Feb 2015 21:59:15 +0000 (13:59 -0800)
committerhkuang <hkuang@google.com>
Mon, 9 Feb 2015 18:38:41 +0000 (10:38 -0800)
commitdd88f482964a0fb4c8044ff7ff82adbc014daa5b
treeb17fb7a01d420689eb9fdc96328ce610e463ea31
parent67b61c7aceca1fa84685c7378505e37f63904ea7
Set the maximum decode threads to be 8.

This will fix the frame parallel decode hang on windows
due to not enough semaphores.

This will also make the frame parallel decode safer as
the number of frame buffers could only support maximum
8 threads.

Change-Id: Id9ef50692819dcbebbd74a0aabffbfb3f39a4309
vp9/common/vp9_thread.h
vp9/vp9_dx_iface.c