Cleanup: move some stuff into process_video_frame().
[dcpomatic.git] / src / lib / string_text_file_content.h
index cf71f8780b94b40fc5ef4b4fc7926eea62b76eef..ef908051c623c4cbdeae3aa3be7e6811ad96e2ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "content.h"
 
+
 class Job;
 
+
 /** @class StringTextFileContent
  *  @brief A SubRip, SSA or ASS file.
  */
@@ -29,7 +32,7 @@ class StringTextFileContent : public Content
 {
 public:
        StringTextFileContent (boost::filesystem::path);
-       StringTextFileContent (cxml::ConstNodePtr, int);
+       StringTextFileContent (cxml::ConstNodePtr, int, std::list<std::string>&);
 
        std::shared_ptr<StringTextFileContent> shared_from_this () {
                return std::dynamic_pointer_cast<StringTextFileContent> (Content::shared_from_this ());