X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.h;h=290d02b88293a7648ebca9bb3abb0c01e88c9bc3;hb=9ab18ed63c37a9ef65e06697ae25f5c198d788bb;hp=5dce836ea82b446a36055d21e89c043b3acaffb1;hpb=d7c316a3c4475397f4ee000b6d8422183aaa7838;p=melted diff --git a/src/framework/mlt_consumer.h b/src/framework/mlt_consumer.h index 5dce836..290d02b 100644 --- a/src/framework/mlt_consumer.h +++ b/src/framework/mlt_consumer.h @@ -22,6 +22,7 @@ #define _MLT_CONSUMER_H_ #include "mlt_service.h" +#include /** The interface definition for all consumers. */ @@ -40,6 +41,13 @@ struct mlt_consumer_s // Private data void *private; void *child; + + int ahead; + int width; + int height; + mlt_image_format format; + mlt_deque queue; + pthread_t ahead_thread; }; /** Public final methods