On 08/05/2012 12:50 PM, Christian Brümmer wrote:
I was wrong. i am using one of the head/snapshot (git://source.ffmpeg.org/ffmpeg.git) version from june 2012!

okay - so what about parallel decoding?

Basically parallel decoding introduces a one-frame-per-thread latency into your decoding process, which might be a problem for you because you want minimal decoding latency. Perhaps some configurations can improve on this, but having no control of the encoder in my project (it's an axis IP camera), I had to turn off multithreaded decoding because of that increased latency.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to