]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_consumer.h
Add mlt_consumer_position (Mlt::Consumer::position).
[mlt] / src / framework / mlt_consumer.h
index 736d0a2c3fb8918b853394713876d473317cbab0..acd3916baedbfe9074899adae331d537bf6749b9 100644 (file)
@@ -112,6 +112,7 @@ struct mlt_consumer_s
        mlt_frame put;
        int put_active;
        mlt_event event_listener;
+       mlt_position position;
 };
 
 #define MLT_CONSUMER_SERVICE( consumer )       ( &( consumer )->parent )
@@ -131,5 +132,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 mlt_position mlt_consumer_position( mlt_consumer );
 
 #endif