From: ddennedy Date: Wed, 13 Feb 2008 06:27:18 +0000 (+0000) Subject: mlt_consumer.c: let consumers use read-ahead processing thread without frame dropping... X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=1d3e58c2164a57bd0cec1270cba89cead0d97e88;p=melted mlt_consumer.c: let consumers use read-ahead processing thread without frame dropping with real_time=-1 git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1069 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/framework/mlt_consumer.c b/src/framework/mlt_consumer.c index 668fe2f..83ef8ff 100644 --- a/src/framework/mlt_consumer.c +++ b/src/framework/mlt_consumer.c @@ -580,7 +580,7 @@ static void *consumer_read_ahead_thread( void *arg ) } // Get the image - if ( !skip_next ) + if ( !skip_next || this->real_time == -1 ) { // Get the image, mark as rendered and time it if ( !video_off )