Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / ffmpeg_content.h
index b341aa01293df06946de6ecfe6f542697c6fc7b0..f6553df1c47e53c3b1b65be5ca9045691ffaca0d 100644 (file)
@@ -55,6 +55,7 @@ public:
        }
 
        void examine (boost::shared_ptr<Job>);
+       void use_template (boost::shared_ptr<const Content> c);
        std::string summary () const;
        std::string technical_summary () const;
        void as_xml (xmlpp::Node *, bool with_paths) const;
@@ -90,9 +91,6 @@ public:
                return _first_video;
        }
 
-       std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
-       std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
-
        void signal_subtitle_stream_changed ();
 
 private: