X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_playlist.c;h=e5875cab4838153a46a476720c653f66e9978b50;hb=e25076bb729fbb4a35b095bc58f3facbcbe82ef5;hp=191f9948b7b17bbb69eafef5f6e08e8a6da4fa40;hpb=1da06dddd4f117c21c07b3682fab5abab014d995;p=melted diff --git a/src/framework/mlt_playlist.c b/src/framework/mlt_playlist.c index 191f994..e5875ca 100644 --- a/src/framework/mlt_playlist.c +++ b/src/framework/mlt_playlist.c @@ -100,7 +100,7 @@ mlt_playlist mlt_playlist_init( ) mlt_properties_set( mlt_playlist_properties( this ), "resource", "" ); mlt_properties_set( mlt_playlist_properties( this ), "mlt_type", "mlt_producer" ); mlt_properties_set_position( mlt_playlist_properties( this ), "in", 0 ); - mlt_properties_set_position( mlt_playlist_properties( this ), "out", 0 ); + mlt_properties_set_position( mlt_playlist_properties( this ), "out", -1 ); mlt_properties_set_position( mlt_playlist_properties( this ), "length", 0 ); this->size = 10;