X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.h;h=fb2059fb8e862a591a4023820712c8f4b8df35eb;hb=519393231e6ab626f19bd01d4622d1c3759fcc93;hp=aabd557227c8d14773155e7f3837ec6a3334b63e;hpb=f5da31bf950521eaef7fc1f7047603e28cbbb377;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