[x264-devel] Updated (and hopefully final) threaded slicetype patch

Gabriel Bouvigne gabriel.bouvigne at joost.com
Mon Apr 6 11:33:55 CEST 2009


Mike Kazmier a écrit :
> Please find version 13 (lucky # 13) of the threaded slicetype patch.  This patch is overhauled to be more "windows" friendly (read: no use of usleep) and strictly use pthread_cond_wait/broadcast.

Could you please explain why a simple
#define usleep(t) Sleep((t)/1000)
would not be work? Is it because you need more than a millisecond of 
accuracy?

--
Gabriel


More information about the x264-devel mailing list