Re-add mutex that was taken away in
[dcpomatic.git] / src / lib / j2k_encoder.h
index d56fc1aecd19576c15c96525ce77193fff66d9f9..818c75c99209052044f6d2131e680417406555a2 100644 (file)
@@ -87,6 +87,7 @@ private:
 
        EventHistory _history;
 
+       boost::mutex _threads_mutex;
        boost::shared_ptr<boost::thread_group> _threads;
 
        mutable boost::mutex _queue_mutex;