X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.h;h=287987250a943da0e6d59e9d654e177e402cc9c8;hb=72245f174372601b158fda2dc4a2e3f936ea0381;hp=7e748c0f7b69e0b0c8b18ec042fab2c782ebc279;hpb=7c518e80321a87a22d2e48835442c9f5b70dcd17;p=melted diff --git a/src/framework/mlt_producer.h b/src/framework/mlt_producer.h index 7e748c0..2879872 100644 --- a/src/framework/mlt_producer.h +++ b/src/framework/mlt_producer.h @@ -43,10 +43,8 @@ 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_producer mlt_producer_new( ); extern mlt_service mlt_producer_service( mlt_producer this ); extern mlt_properties mlt_producer_properties( mlt_producer this ); extern int mlt_producer_seek( mlt_producer this, mlt_position position );