Same and following clip identification
[melted] / mlt++ / src / MltProducer.h
index 59e7b14..ca8f1d9 100644 (file)
@@ -55,6 +55,8 @@ namespace Mlt
                        int get_length( );
                        int get_playtime( );
                        Producer *cut( int in = 0, int out = -1 );
+                       bool same_clip( Producer &that );
+                       bool runs_into( Producer &that );
        };
 }