X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_parser.c;h=3eba1607e8d649a0bd39f48263e04e7a59c82be2;hb=a2c29b04aabe82b14851b905fca993f9f471bc6b;hp=ff073aa7ecba79a05dba87db59c670134e515b71;hpb=3e00d7e35326b6fecbd95f459266f91fc60e6f15;p=melted diff --git a/src/framework/mlt_parser.c b/src/framework/mlt_parser.c index ff073aa..3eba160 100644 --- a/src/framework/mlt_parser.c +++ b/src/framework/mlt_parser.c @@ -34,8 +34,6 @@ static int on_unknown( mlt_parser this, mlt_service object ) static int on_start_producer( mlt_parser this, mlt_producer object ) { - if ( !mlt_producer_is_mix( mlt_producer_cut_parent( object ) ) && mlt_producer_is_cut( object ) ) - mlt_properties_debug( mlt_producer_properties( object ), "cut", stderr ); return 0; }