[Libav-user] Threading a h264 video decoder - timing is odd.

Net net at point.com.mk
Fri Jun 3 16:04:19 CEST 2016


On 03.06.2016 14:09, Jesper Taxbøl wrote:
> Hi Guys,
>
> I am working on a threaded video reader to spread the decode workload 
> on some more cores and gain some speed. My source is included ...

Have you tried pCodecCtx->thread_count ?
Try pCodecCtx->thread_count=0; or 2 etc
It should make a difference on a single stream, not sure for other cases.
-- 



More information about the Libav-user mailing list