> In my program, I hava more than three thread using avcodec_open/close. In > the running, it gets error as below. > insufficient thread locking around avcodec_open/close(). > I use the same mutex lock the call as below.
Did you register your own lock function with av_lockmgr_register() ? ----------------------------------------------- Kirill Gavrilov, Software designer. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
