X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.h;h=6d59712474d75e1a12c013c0aa5f3908d7c99ac5;hb=598f7732f9affad93b6556ddf185ff6b9d295643;hp=7e748c0f7b69e0b0c8b18ec042fab2c782ebc279;hpb=7c518e80321a87a22d2e48835442c9f5b70dcd17;p=melted diff --git a/src/framework/mlt_producer.h b/src/framework/mlt_producer.h index 7e748c0..6d59712 100644 --- a/src/framework/mlt_producer.h +++ b/src/framework/mlt_producer.h @@ -43,9 +43,6 @@ struct mlt_producer_s /** Public final methods */ -//extern double mlt_producer_convert_position_to_time( mlt_producer this, int64_t frame ); -//extern mlt_position mlt_producer_convert_time_to_position( mlt_producer this, double time ); - extern int mlt_producer_init( mlt_producer this, void *child ); extern mlt_service mlt_producer_service( mlt_producer this ); extern mlt_properties mlt_producer_properties( mlt_producer this );