X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2Fconsumer_sdl_still.c;h=3ac12c0f65011f4e825fe2ecc2f3ce660827ce8a;hb=90da79f8e465d43102645de7323d15c12801515f;hp=13f73ee52a0c29084ea11ba551a04f865f098b6e;hpb=2da2cbad1bf870a02d095c21f8c157a92a9be84b;p=melted diff --git a/src/modules/sdl/consumer_sdl_still.c b/src/modules/sdl/consumer_sdl_still.c index 13f73ee..3ac12c0 100644 --- a/src/modules/sdl/consumer_sdl_still.c +++ b/src/modules/sdl/consumer_sdl_still.c @@ -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 ) {