move audio sample calculator to mlt_frame and use from ffmpeg and mcmpeg, add mlt_fra...
[melted] / mlt / src / framework / mlt_consumer.h
index cbe9078..d6a9637 100644 (file)
@@ -44,6 +44,7 @@ struct mlt_consumer_s
 
 extern int mlt_consumer_init( mlt_consumer this, void *child );
 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 void mlt_consumer_close( mlt_consumer );