Another try at sorting out the thorny question of timing.
[dcpomatic.git] / src / lib / imagemagick_examiner.h
index 827dad67e5c9dd85bbdfc92c8b8de68d46c7093a..801ede44248348ec26f6287542c54f66a672d96d 100644 (file)
@@ -33,7 +33,7 @@ public:
 
        float video_frame_rate () const;
        libdcp::Size video_size () const;
-       ContentVideoFrame video_length () const;
+       VideoContent::Frame video_length () const;
 
 private:
        boost::weak_ptr<const Film> _film;