Increased delay for polling
[melted] / src / modules / sdl / consumer_sdl_still.c
index cdc2b0f..82a231d 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 )
        {