diff options
Diffstat (limited to 'rotord/src/graph.cpp')
| -rw-r--r-- | rotord/src/graph.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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;}; } |
