X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fhints.h;h=b74b8bd71df42843909cba2ff98210f2e647ff8d;hb=dd7c63112eda87f2e491261873075acff114396b;hp=e9a75fb14dabc17664d2451ca8bf5c9d71cae479;hpb=6ca34bc1ef59dd206379f35eb940e607a59c9804;p=dcpomatic.git diff --git a/src/lib/hints.h b/src/lib/hints.h index e9a75fb14..b74b8bd71 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2019 Carl Hetherington + Copyright (C) 2016-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -25,6 +25,7 @@ #include "dcpomatic_time.h" #include #include +#include #include #include @@ -49,13 +50,12 @@ private: void text (PlayerText text, TextType type, dcpomatic::DCPTimePeriod period); boost::weak_ptr _film; - boost::thread* _thread; + boost::thread _thread; bool _long_ccap; bool _overlap_ccap; bool _too_many_ccap_lines; boost::optional _last; - boost::mutex _mutex; - bool _stop; + boost::atomic _stop; };