Extendable factories; general producer related modifications; westley storage; sdl_st...
[melted] / src / modules / sdl / consumer_sdl_still.c
index 13f73ee..3ac12c0 100644 (file)
@@ -533,7 +533,7 @@ static void *consumer_thread( void *arg )
 
        // internal intialization
        mlt_frame frame = NULL;
-       struct timespec tm = { 0, 1000000 };
+       struct timespec tm = { 0, 10000000 };
 
        if ( mlt_properties_get_int( mlt_consumer_properties( consumer ), "sdl_started" ) == 0 )
        {