X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=src%2Fvideo_output%2Fvideo_output.c;h=d787f5b229e2178d5ee780e32fd3da31caed3677;hp=8c58747cd0daa13ce6bf4341bacf587147d3d1b2;hb=4332c070f6eba9288f349ac378392b219a3d7629;hpb=f506f347461641f288a5c0511b0b61bd221c9797 diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c index 8c58747cd0..d787f5b229 100644 --- a/src/video_output/video_output.c +++ b/src/video_output/video_output.c @@ -94,7 +94,7 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout ); /* Time during which the thread will sleep if it has nothing to * display (in micro-seconds) */ -#define VOUT_IDLE_SLEEP ((int)(0.020*CLOCK_FREQ)) +#define VOUT_IDLE_SLEEP ((int)(0.200*CLOCK_FREQ)) /* Maximum lap of time allowed between the beginning of rendering and * display. If, compared to the current date, the next image is too