Am 18.08.2014 um 23:10 schrieb wm4 <[email protected]>: > On Mon, 11 Aug 2014 12:39:02 +0200 > Ole Andre Birkedal <[email protected]> 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. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
