Hi all. Is it possible to create AVCodecContext* variable in one thread and read from it (using avcodec_copy_context) in another thread without mutexes?
It is supposed, of course, that the first thread doesn't destroy this variable while reading. Same question about AVFormatContext * - is it safe to read from it from another thread? -- View this message in context: http://libav-users.943685.n4.nabble.com/libav-users-Thread-safety-of-avcodec-copy-context-tp4434527p4434527.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
