X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.h;h=82a08b42ce08e7b2805eb55340465272a13ceb7d;hb=54ad5dc2fa65c1cb17d63491037eae5ce9154d84;hp=873f42165efb68dbf213c348f9d7dc3b5a905170;hpb=cab7cd53c3a4d9c4355751088fec61860dcabbce;p=melted diff --git a/src/framework/mlt_consumer.h b/src/framework/mlt_consumer.h index 873f421..82a08b4 100644 --- a/src/framework/mlt_consumer.h +++ b/src/framework/mlt_consumer.h @@ -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