From 38edd2e78c326059209c1fd15bf1b543f5fd7a46 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 30 Sep 2013 11:51:58 +0100 Subject: mutex locking progress bar --- rotord/src/graph.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rotord/src/graph.h') 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; -- cgit v1.2.3