fixed usleep() - 10l?

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2758 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-07 02:15:04 +00:00
parent 495bb26d1b
commit f71fdd1c3e
1 changed files with 1 additions and 1 deletions

View File

@ -1308,7 +1308,7 @@ if(!(vo_flags&256)){ // flag 256 means: libvo driver does its timing (dvb card)
// usec_sleep(10000); // sleeps 1 clock tick (10ms)!
usec_sleep(0); // sleeps 1 clock tick (10ms)!
else
usec_sleep(1000000*(time_frame-0.002));
usec_sleep(1000000*(time_frame-0.020));
#ifdef HAVE_NEW_GUI
if(use_gui){
EventHandling();