Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / string_text_file_decoder.h
index 6a9552bbec918f8b2c885f8adb9253bc450cdfe1..f30e1b7625dee96a1fc7d569c8f64f91c3168124 100644 (file)
 #include "decoder.h"
 
 class StringTextFileContent;
-class Log;
 
 class StringTextFileDecoder : public Decoder, public StringTextFile
 {
 public:
-       StringTextFileDecoder (boost::shared_ptr<const StringTextFileContent>, boost::shared_ptr<Log> log);
+       StringTextFileDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const StringTextFileContent>);
 
        void seek (ContentTime time, bool accurate);
        bool pass ();