summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-09-30 11:51:58 +0100
committerComment <tim@gray.(none)>2013-09-30 11:51:58 +0100
commit38edd2e78c326059209c1fd15bf1b543f5fd7a46 (patch)
treedd31a0687e5f7f4ab32b3b7548412e3fd64eac0e /rotord/src/graph.h
parent873f295e28a20e2e774852d8d7010ff5629549b4 (diff)
mutex locking progress bar
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h
index a13bddf..b775c5a 100644
--- a/rotord/src/graph.h
+++ b/rotord/src/graph.h
@@ -77,6 +77,9 @@ namespace Rotor {
float progress;
int bitRate;
+ Poco::Mutex mutex; //lock for access from parent thread
+
+
Audio_thumbnailer *audio_thumb;
private:
int outW,outH;