tractor fix
[melted] / src / framework / mlt_consumer.h
index 1881ded..5376756 100644 (file)
@@ -54,12 +54,13 @@ struct mlt_consumer_s
 */
 
 extern int mlt_consumer_init( mlt_consumer this, void *child );
+extern mlt_consumer mlt_consumer_new( );
 extern mlt_service mlt_consumer_service( mlt_consumer this );
 extern mlt_properties mlt_consumer_properties( mlt_consumer this );
 extern int mlt_consumer_connect( mlt_consumer this, mlt_service producer );
 extern int mlt_consumer_start( mlt_consumer this );
 extern mlt_frame mlt_consumer_get_frame( mlt_consumer this );
-extern mlt_frame mlt_consumer_rt_frame( mlt_consumer this, mlt_image_format format );
+extern mlt_frame mlt_consumer_rt_frame( mlt_consumer this );
 extern int mlt_consumer_stop( mlt_consumer this );
 extern int mlt_consumer_is_stopped( mlt_consumer this );
 extern void mlt_consumer_close( mlt_consumer );