Background-threaded hints including line length of CCAPs.
[dcpomatic.git] / src / lib / content.h
index ea764907a2a2f6990b28f79b2efee9f42f8dd85f..23afa2243046d85db3ccbb9ffe823ea58d6905b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -182,7 +182,10 @@ public:
 
        boost::shared_ptr<VideoContent> video;
        boost::shared_ptr<AudioContent> audio;
-       boost::shared_ptr<SubtitleContent> subtitle;
+       std::list<boost::shared_ptr<TextContent> > text;
+
+       boost::shared_ptr<TextContent> only_text () const;
+       boost::shared_ptr<TextContent> text_of_original_type (TextType type) const;
 
        void signal_changed (int);