From 9b6845576baddaf23afc80c61502dafd391b30b8 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 30 Sep 2013 12:31:37 +0100 Subject: waveform auto iterate on print --- rotord/src/graph.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rotord/src/graph.cpp') diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index b70684f..77912e6 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -211,9 +211,9 @@ bool Graph::video_render(const string &output_filename,const float framerate,int exporter.encodeFrame(i->RGBdata); } vf+=vstep; - mutex.lock(); + //mutex.lock(); progress=vf/duration; - mutex.unlock(); + //mutex.unlock(); if (usingaudio) {delete a;}; } -- cgit v1.2.3