[FFmpeg-devel] decode two video streams at the same time
Rich Felker
dalias
Fri Sep 14 19:34:00 CEST 2007
On Fri, Sep 14, 2007 at 05:54:34PM +0200, Emanuele Fumagalli wrote:
> thanks for answering,
> so it's even thread safe? Or do I guarantee thread-safety when accessing
> av_functions from multiple threads?
You must ensure that the same context is not being use simultaneously
in multiple threads, but separate contexts are independent and may be
used concurrently.
Rich
More information about the ffmpeg-devel
mailing list