[Libav-user] --disable-pthreads ???

Joe Flowers joe.flowers at nofreewill.com
Wed Aug 14 17:44:09 CEST 2013


Hello Everyone,

I am writing a program that uses the FFMPeg libraries for audio encoding
and decoding, and I'm wondering if I should use the "--enable-pthreads"
configure option and what will be the harm if I use the
"--disable-pthreads" option?

It is possible that separate threads in our program will be using these
same FFMPEg functions at the same time.  Do we need to synchronize access
to these functions with a mutex, with or without the --disable-pthreads
option being set?

Are the same context or frame objects shared across threads?

Thanks!

Joe
----------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130814/96f5b900/attachment.html>


More information about the Libav-user mailing list