]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_producer.h
Cloning optimisations and introduction of the service parser
[mlt] / src / framework / mlt_producer.h
index c74228b16efa0194336d12881c49a1fff1a4469b..f79e19209c1d5dabf8ae30b259b4f6d1f1014fa5 100644 (file)
@@ -67,7 +67,9 @@ 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 int mlt_producer_is_mix( mlt_producer self );
 extern mlt_producer mlt_producer_cut_parent( mlt_producer self );
+extern int mlt_producer_optimise( mlt_producer self );
 extern void mlt_producer_close( mlt_producer self );
 
 #endif