Remove old content_subtitle.
[dcpomatic.git] / src / lib / dcp_content.h
index 371ec7fff2cfbc3bdcd0803536f483f29459e4c7..64642623fe7b6dc8cfaca3278ada168802d836ba 100644 (file)
@@ -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;