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