FFmpeg/libavcodec
Di Wu 162b521108 vp9: enable multi-thread decoding when refreshctx is equal to 0
In vp9_decode_frame function, ff_thread_finish_setup is not called
when refreshctx is equal to 0, and the next decoding thread can not
start work until the cunrrent frame has been decoded completely. So
ff_thread_finish_setup needs to be called to enable Multi-thread
decoding in this condition.

Signed-off-by: Di Wu <di1028.wu@samsung.com>
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-10-10 09:13:44 -03:00
..
2014-09-06 20:59:20 +02:00
2014-09-23 17:04:02 +02:00
2014-10-09 04:19:13 +02:00
2014-09-06 20:59:20 +02:00
2014-09-06 20:59:20 +02:00
2014-10-03 22:51:29 +02:00
2014-09-30 20:21:15 +02:00
2014-09-30 20:21:14 +02:00
2014-10-04 00:21:17 +02:00