]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/producer_avformat.c
make mlt_position type double
[mlt] / src / modules / avformat / producer_avformat.c
index d7a34e83eebbbb18bd646ca588cba83f6e6fdac0..89d59b7ea39434b72f30eed0301d461a13db2034 100644 (file)
@@ -959,7 +959,7 @@ static int seek_video( producer_avformat self, mlt_position position,
                                timestamp -= 2 / av_q2d( self->video_time_base );
                        if ( timestamp < 0 )
                                timestamp = 0;
-                       mlt_log_debug( MLT_PRODUCER_SERVICE(producer), "seeking timestamp %"PRId64" position %d expected %d last_pos %"PRId64"\n",
+                       mlt_log_debug( MLT_PRODUCER_SERVICE(producer), "seeking timestamp %"PRId64" position " MLT_POSITION_FMT " expected "MLT_POSITION_FMT" last_pos %"PRId64"\n",
                                timestamp, position, self->video_expected, self->last_position );
 
                        // Seek to the timestamp