summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
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;