From: lilo_booter Date: Fri, 5 Nov 2004 11:49:55 +0000 (+0000) Subject: Behavioural change - tracks with hide properties now affect length (might be problematic) X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=76f260e441303164d9680fad0b52537a965e61b9;p=melted Behavioural change - tracks with hide properties now affect length (might be problematic) git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@507 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/framework/mlt_multitrack.c b/src/framework/mlt_multitrack.c index f2f2f0e..d274dbc 100644 --- a/src/framework/mlt_multitrack.c +++ b/src/framework/mlt_multitrack.c @@ -136,7 +136,7 @@ void mlt_multitrack_refresh( mlt_multitrack this ) mlt_properties_set( mlt_producer_properties( producer ), "eof", "continue" ); // Determine the longest length - if ( !mlt_properties_get_int( mlt_producer_properties( producer ), "hide" ) ) + //if ( !mlt_properties_get_int( mlt_producer_properties( producer ), "hide" ) ) length = mlt_producer_get_playtime( producer ) > length ? mlt_producer_get_playtime( producer ) : length; // Handle fps