event fix for playlist and consumer-stopped event
[melted] / src / framework / mlt_consumer.h
index a3e05b5..2439b97 100644 (file)
@@ -65,6 +65,7 @@ extern mlt_frame mlt_consumer_get_frame( mlt_consumer self );
 extern mlt_frame mlt_consumer_rt_frame( mlt_consumer self );
 extern int mlt_consumer_stop( mlt_consumer self );
 extern int mlt_consumer_is_stopped( mlt_consumer self );
+extern void mlt_consumer_stopped( mlt_consumer self );
 extern void mlt_consumer_close( mlt_consumer );
 
 #endif