]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_consumer.c
make mlt_position type double
[mlt] / src / framework / mlt_consumer.c
index f9eb80651338ede8a5bd8c870dba7b14314b89d4..2791a0171b18148c5b2b49c13072e4d87ce545e3 100644 (file)
@@ -990,7 +990,7 @@ static void *consumer_worker_thread( void *arg )
                frame = mlt_deque_peek( priv->queue, index );
                if ( frame )
                {
-                       mlt_log_debug( MLT_CONSUMER_SERVICE(self), "worker processing index = %d frame %d queue count = %d\n",
+                       mlt_log_debug( MLT_CONSUMER_SERVICE(self), "worker processing index = %d frame " MLT_POSITION_FMT " queue count = %d\n",
                                index, mlt_frame_get_position(frame), mlt_deque_count( priv->queue ) );
                        frame->is_processing = 1;
                        mlt_properties_inc_ref( MLT_FRAME_PROPERTIES( frame ) );