K 10 svn:author V 8 simokawa K 8 svn:date V 27 2003-08-18T12:06:55.000000Z K 7 svn:log V 275 xdvshow uses evil busy loop in the decoding routine and it doesn't work as expected with some thread libraries. For an adhoc workaround for this problem, insert usleep() in the loop to force context switch. The original code should be rewritten using a conditional variable. END