Check for long CCAP lines and too many CCAP lines.
[dcpomatic.git] / src / lib / hints.h
index ad66fb472a6a375137784bcfb0266cf954fb4bc5..6ee398c88c12d6edb77013ab1b8174eb54d1bdc2 100644 (file)
@@ -52,4 +52,7 @@ private:
        boost::thread* _thread;
 
        bool _long_ccap;
+       bool _overlap_ccap;
+       bool _too_many_ccap_lines;
+       boost::optional<DCPTimePeriod> _last;
 };