src/framework/mlt_consumer.c src/framework/mlt_consumer.h
[melted] / src / framework / mlt_consumer.h
index 873f421..82a08b4 100644 (file)
@@ -75,5 +75,6 @@ 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 );
+extern int mlt_consumer_profile( mlt_properties properties, char *profile );
 
 #endif