Fix various problems caused by non-integer-frame start trims,
[dcpomatic.git] / src / lib / video_content.h
index 19ea113f76fed45232cf3e8e06ffc2a66beb8d2c..412d4d034d96e032676d96c5baf386da1bca8aac 100644 (file)
@@ -169,6 +169,7 @@ public:
        void add_properties (std::list<UserProperty> &) const;
 
        void modify_position (DCPTime& pos) const;
+       void modify_trim_start (ContentTime& pos) const;
 
        static boost::shared_ptr<VideoContent> from_xml (Content* parent, cxml::ConstNodePtr, int);