]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltFrame.h
make Frame::get_position() retrun type consistent
[mlt] / src / mlt++ / MltFrame.h
index 594282962023a8c0f533fcb2b6c6418691974917..44d4031f3f4785511e8aba6c4e182963abf0a4f4 100644 (file)
@@ -47,7 +47,7 @@ namespace Mlt
                        void *get_audio( mlt_audio_format &format, int &frequency, int &channels, int &samples );
                        unsigned char *get_waveform( int w, int h );
                        Producer *get_original_producer( );
-                       int64_t get_position( );
+                       int get_position( );
                        mlt_properties get_unique_properties( Service &service );
                        int set_image( uint8_t *image, int size, mlt_destructor destroy );
                        int set_alpha( uint8_t *alpha, int size, mlt_destructor destroy );