Updated by Anna Kogan over 11 years ago

When runing in multithread condition(in linux),my program crashes with errors as follow.It sames that FFmpeg is not threaded safe.
<pre>
[NULL @ 0x7f0c8000a180] Insufficient thread locking around avcodec_open/close()
Assertion ff_avcodec_locked failed at libavcodec/utils.c:2599
Aborted (core dumped)
</pre>

Back