X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2Fsrc%2Fframework%2Fmlt_consumer.h;h=d6a963759136131f8ceee4312622a401ed84c7e7;hb=8bf137cd71aafb9c8f6a42c78ddb6bd0a8fe99db;hp=cbe907810723cbc488fda5d479f18ad75a9737e9;hpb=661165812e3410fe2f6f49d7af882b36a0efcf82;p=melted diff --git a/mlt/src/framework/mlt_consumer.h b/mlt/src/framework/mlt_consumer.h index cbe9078..d6a9637 100644 --- a/mlt/src/framework/mlt_consumer.h +++ b/mlt/src/framework/mlt_consumer.h @@ -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 );