]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_producer.h
Cut management part 1
[mlt] / src / framework / mlt_producer.h
index aabd557227c8d14773155e7f3837ec6a3334b63e..fb2059fb8e862a591a4023820712c8f4b8df35eb 100644 (file)
@@ -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