Add some tests; fix failure to make DCP when there is a bit of audio right at the...
[dcpomatic.git] / src / lib / video_content.h
index 623a1858bc48c6031b602c05bdb27f5814de8eb0..19ea113f76fed45232cf3e8e06ffc2a66beb8d2c 100644 (file)
@@ -168,6 +168,8 @@ public:
        void take_from_examiner (boost::shared_ptr<VideoExaminer>);
        void add_properties (std::list<UserProperty> &) const;
 
+       void modify_position (DCPTime& pos) const;
+
        static boost::shared_ptr<VideoContent> from_xml (Content* parent, cxml::ConstNodePtr, int);
 
 private: