Hello Everyone, I need to use the libav* APIs (specifically the audio codecs) in a thread-safe way, but they seem to be full of malloc()s and free()s which aren't re-entrant.
Does anyone know how to make (enable) the libav* APIs to be thread-safe? I can't use the command-line utilities provided. I need to make API calls within my C coding. Are there flags or initialization and de-allocation procedures I need to follow in my C code that calls the APIs? Thanks! Joe -------------
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
