Change how video timing is done.
[dcpomatic.git] / src / lib / video_content.h
index 9f6cc105ea42155fec19d9776ff016a368e96280..25e43b0ebc8de4b37176e3dc90c38cfe26091013 100644 (file)
@@ -208,7 +208,7 @@ public:
        dcp::Size size_after_crop () const;
        dcp::Size scaled_size (dcp::Size container_size);
 
-       boost::optional<double> fade (std::shared_ptr<const Film> film, Frame) const;
+       boost::optional<double> fade(std::shared_ptr<const Film> film, dcpomatic::ContentTime time) const;
 
        std::string processing_description (std::shared_ptr<const Film> film);