[Ffmpeg-devel] swscale patch

Rich Felker dalias
Sat Jul 15 03:35:31 CEST 2006


On Fri, Jul 14, 2006 at 07:56:33PM +0200, Michael Niedermayer wrote:
> hmmmmmmm, the whole becomes more and more messy, i think that simply
> using av_log() and requireing all av_log() implementations to be thread
> safe or somehow gurantee that av_log will never be called from 2 threads
> at once would be the only reasonable solution
> after all av_log() is used in lavc/lavf too ...

I agree, thread safety should be the caller's responsibility when
using a library that is "thread safe" but not "thread aware".

Rich





More information about the ffmpeg-devel mailing list