X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmlt%2B%2B%2FMltConsumer.cpp;h=40f094a3fc7d9052cdd38b9d20dfdafd23625017;hb=afc20d746d10420925f004a1ee156b1ada28e458;hp=69558f1c34b44a581744b204e3586bd26f96f90e;hpb=609339a44e4f160287fa2fefe8360b17cb80aee4;p=mlt diff --git a/src/mlt++/MltConsumer.cpp b/src/mlt++/MltConsumer.cpp index 69558f1c..40f094a3 100644 --- a/src/mlt++/MltConsumer.cpp +++ b/src/mlt++/MltConsumer.cpp @@ -135,3 +135,8 @@ int Consumer::run( ) } return ret; } + +int Consumer::position( ) +{ + return mlt_consumer_position( get_consumer() ); +}