X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.c;h=21f527746692595142b6e5757227511b021da17d;hb=fc5ebbfed65635009b29bdd52a1c0deebadc9157;hp=c8a3e69e2699112f5167797d54d69e0896e5acbd;hpb=c28f352daacca421f977bca75eefd36a73189dac;p=melted diff --git a/src/framework/mlt_producer.c b/src/framework/mlt_producer.c index c8a3e69..21f5277 100644 --- a/src/framework/mlt_producer.c +++ b/src/framework/mlt_producer.c @@ -123,10 +123,6 @@ mlt_position mlt_producer_position( mlt_producer this ) mlt_position mlt_producer_frame( mlt_producer this ) { - //char *resource = mlt_properties_get( mlt_producer_properties( this ), "resource" ); - //mlt_position frame = mlt_properties_get_position( mlt_producer_properties( this ), "frame" ); - //mlt_position position = mlt_properties_get_position( mlt_producer_properties( this ), "position" ); - //fprintf( stderr, "%s: %lld %lld\n", resource, frame, position ); return mlt_properties_get_position( mlt_producer_properties( this ), "frame" ); }