Merge tag 'v2.16.78' into v2.17.x
[dcpomatic.git] / src / lib / video_content.h
index e7e8eb1b3d3d6f35c68169bc71677ffddf0632e7..d31c25f135e136f748204c5ae2479b09d8641db1 100644 (file)
@@ -208,7 +208,7 @@ public:
        boost::optional<dcp::Size> size_after_crop() const;
        boost::optional<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);