]> git.sesse.net Git - mlt/commitdiff
last sdl fix for now (sigh)
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 5 May 2004 18:09:46 +0000 (18:09 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 5 May 2004 18:09:46 +0000 (18:09 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@306 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/sdl/consumer_sdl.c

index b066393af9c9db5bea6411e4f5af74d0e33e115c..72a9a90f561cefd0e0654dcf88cc42783aa46806 100644 (file)
@@ -562,7 +562,7 @@ static void *video_thread( void *arg )
                        mlt_position difference = scheduled - elapsed;
 
                        // Smooth playback a bit
-                       if ( difference > 10000 && speed == 1.0 )
+                       if ( difference > 20000 && speed == 1.0 )
                        {
                                tm.tv_sec = difference / 1000000;
                                tm.tv_nsec = ( difference % 1000000 ) * 500;