From eb2f2c9600e8f69788232582191b141002bcd522 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Wed, 27 Oct 2004 18:08:03 +0000 Subject: - fixed ugly race conditions that appears to occur more often with VDR >= 1.3.14 --- render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render.h') diff --git a/render.h b/render.h index 1c20beb..7057315 100644 --- a/render.h +++ b/render.h @@ -91,6 +91,7 @@ private: // update thread bool mActive; cCondVar mDoUpdate; + cCondVar mStarted; cMutex mMutex; int mUpdateIn; -- cgit v1.2.3