[FFmpeg-devel] [PATCH 1/5] udp: use pthread_cancel instead of a shared flag.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Mar 15 21:25:08 CET 2012


On Thu, Mar 15, 2012 at 01:46:44PM +0100, Nicolas George wrote:
> It allows to exit the thread immediately instead of waiting
> for select to timeout (one second in the current code).

I have some doubts that is portable.
Will things work nicely when that feature is not supported?
Will it compile when the Windows pthread stub is in use instead
of full pthreads?


More information about the ffmpeg-devel mailing list