From 00a5d9f88928966dc7b522b02bd791aa44a51238 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Sun, 7 Nov 2004 14:13:45 +0000 Subject: [PATCH] Increased delay for polling 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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 ) { -- 1.7.4.4