X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finigo%2Finigo.c;h=bc4ad7c4cbeefe4886352f614cbbd55d98833205;hb=7cef152403bfa0ea30e4a3e102fe33bc75e508ab;hp=b5a5f27c66aa908da41182ce003c446f4834e90f;hpb=945a27e179cc4d1290b488a5b7cba466f06d009b;p=melted diff --git a/src/inigo/inigo.c b/src/inigo/inigo.c index b5a5f27..bc4ad7c 100644 --- a/src/inigo/inigo.c +++ b/src/inigo/inigo.c @@ -146,12 +146,13 @@ static void transport( mlt_producer producer, mlt_consumer consumer ) mlt_properties properties = mlt_producer_properties( producer ); int silent = mlt_properties_get_int( mlt_consumer_properties( consumer ), "silent" ); - term_init( ); if ( mlt_properties_get_int( properties, "done" ) == 0 && !mlt_consumer_is_stopped( consumer ) ) { if ( !silent ) { + term_init( ); + fprintf( stderr, "+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+\n" ); fprintf( stderr, "|1=-10| |2= -5| |3= -2| |4= -1| |5= 0| |6= 1| |7= 2| |8= 5| |9= 10|\n" ); fprintf( stderr, "+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+\n" );