From: lilo_booter Date: Sun, 7 Nov 2004 14:13:45 +0000 (+0000) Subject: Increased delay for polling X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=00a5d9f88928966dc7b522b02bd791aa44a51238;p=melted Increased delay for polling git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@511 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/sdl/consumer_sdl_still.c b/src/modules/sdl/consumer_sdl_still.c index cdc2b0f..82a231d 100644 --- a/src/modules/sdl/consumer_sdl_still.c +++ b/src/modules/sdl/consumer_sdl_still.c @@ -528,7 +528,7 @@ static void *consumer_thread( void *arg ) // internal intialization mlt_frame frame = NULL; - struct timespec tm = { 0, 1000 }; + struct timespec tm = { 0, 400000 }; if ( mlt_properties_get_int( mlt_consumer_properties( consumer ), "sdl_started" ) == 0 ) {