]> git.sesse.net Git - mlt/commitdiff
Increased delay for polling
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 7 Nov 2004 14:13:45 +0000 (14:13 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 7 Nov 2004 14:13:45 +0000 (14:13 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@511 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/sdl/consumer_sdl_still.c

index cdc2b0f5a853e9601affae5b48970dfd8587e6a1..82a231d332e867db5388990e9fbfe01bd7bb008a 100644 (file)
@@ -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 )
        {