]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_consumer.h
Minor optimisations, consumer avformat experimentation
[mlt] / src / framework / mlt_consumer.h
index 5376756294487283233b8b079ccc3ae8540675a8..e718912cafe01f047659fb6bd8a353c713afd9bb 100644 (file)
@@ -42,6 +42,7 @@ struct mlt_consumer_s
        void *private;
        void *child;
 
+       int real_time;
        int ahead;
        mlt_image_format format;
        mlt_deque queue;