Add donation nag after 20 successful DCP encodes.
[dcpomatic.git] / src / lib / hints.h
index 67cada89f49bee1e58b9489e5b032e64815eff2f..6f0e533d407ae4d3dd549898688c74be2d4a11e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -21,6 +21,7 @@
 #include "signaller.h"
 #include "player_text.h"
 #include "types.h"
+#include "dcp_text_track.h"
 #include "dcpomatic_time.h"
 #include <boost/weak_ptr.hpp>
 #include <boost/signals2.hpp>
@@ -44,7 +45,6 @@ public:
 
 private:
        void thread ();
-       void stop_thread ();
        void hint (std::string h);
        void text (PlayerText text, TextType type, DCPTimePeriod period);
 
@@ -55,4 +55,7 @@ private:
        bool _overlap_ccap;
        bool _too_many_ccap_lines;
        boost::optional<DCPTimePeriod> _last;
+
+       boost::mutex _mutex;
+       bool _stop;
 };