X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.h;h=287987250a943da0e6d59e9d654e177e402cc9c8;hb=2c0cf75e5da5906e48c5a6398bd48d04501283b9;hp=6d59712474d75e1a12c013c0aa5f3908d7c99ac5;hpb=6e4f3aabfeae526318998c1078213de269ea2e65;p=melted diff --git a/src/framework/mlt_producer.h b/src/framework/mlt_producer.h index 6d59712..2879872 100644 --- a/src/framework/mlt_producer.h +++ b/src/framework/mlt_producer.h @@ -44,6 +44,7 @@ struct mlt_producer_s */ 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 );