[Libav-user] FFmpeg thread safety
Patrick Dehne
patrick at mysonicweb.de
Mon Aug 18 23:22:02 CEST 2014
Am 18.08.2014 um 23:10 schrieb wm4 <nfxjfg at googlemail.com>:
> On Mon, 11 Aug 2014 12:39:02 +0200
> Ole Andre Birkedal <o.birkedal at sportradar.com> wrote:
>
>> Hi.
>> I'm currently developing a multithreaded C++ program using std::thread.
>> Recently I have been having some crashing issues and it all seems to
>> related non-thread safety of some function in the FFmpeg API.
>>
>> Does there exist an exhausting list of all the function that are not
>> thread safe?
>
> All of them.
You may want to take a look at the documentation of av_lockmgr_register.
More information about the Libav-user
mailing list