Merge master.
[dcpomatic.git] / src / lib / video_content.h
index 75e507d4d799a7cfc24be6224bdaca26099c7eed..b2ec87e2b287f35cd40ec18504d4ca3f0a5e5c5a 100644 (file)
@@ -42,6 +42,7 @@ public:
 
        void as_xml (xmlpp::Node *) const;
        virtual std::string information () const;
+       Time temporal_length () const;
 
        ContentVideoFrame video_length () const {
                boost::mutex::scoped_lock lm (_mutex);