X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.h;h=82a08b42ce08e7b2805eb55340465272a13ceb7d;hb=c95736fd9ee742f5e6db06bbe579f23895f55eba;hp=d68ff56d9e8bed0280a8a8c768a4d3eed4db1092;hpb=f00476101550ec7d8e863f6516aa83bc1b524570;p=melted diff --git a/src/framework/mlt_consumer.h b/src/framework/mlt_consumer.h index d68ff56..82a08b4 100644 --- a/src/framework/mlt_consumer.h +++ b/src/framework/mlt_consumer.h @@ -52,6 +52,7 @@ struct mlt_consumer_s pthread_mutex_t put_mutex; pthread_cond_t put_cond; mlt_frame put; + int put_active; }; /** Public final methods @@ -74,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