X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.h;h=fb2059fb8e862a591a4023820712c8f4b8df35eb;hb=7b0684ebe0975248af674dc5973a959d81f5f4a8;hp=aabd557227c8d14773155e7f3837ec6a3334b63e;hpb=870a1069dd7a1b33623f3284c089b9be2dfb4491;p=melted diff --git a/src/framework/mlt_producer.h b/src/framework/mlt_producer.h index aabd557..fb2059f 100644 --- a/src/framework/mlt_producer.h +++ b/src/framework/mlt_producer.h @@ -64,6 +64,9 @@ extern void mlt_producer_prepare_next( mlt_producer self ); extern int mlt_producer_attach( mlt_producer self, mlt_filter filter ); extern int mlt_producer_detach( mlt_producer self, mlt_filter filter ); extern mlt_filter mlt_producer_filter( mlt_producer self, int index ); +extern mlt_producer mlt_producer_cut( mlt_producer self, int in, int out ); +extern int mlt_producer_is_cut( mlt_producer self ); +extern mlt_producer mlt_producer_cut_parent( mlt_producer self ); extern void mlt_producer_close( mlt_producer self ); #endif