From b6d292349cbe43a97db7d7314a4fe3c0c5cb8566 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 11 Apr 2018 00:29:58 +0100 Subject: Fix 3D DCP handling in the player. --- src/lib/dcp_content.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib') diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 371ec7fff..64642623f 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -129,6 +129,11 @@ public: return _name; } + bool three_d () const { + boost::mutex::scoped_lock lm (_mutex); + return _three_d; + } + private: friend class reels_test5; -- cgit v1.2.3