Merge branch 'master' into 2.0
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index 4de475d2a3f78d753985f6b165e56bf3b74c7290..2dd8b2e34baabc95594f4b21c79b92fae7eb679f 100644 (file)
@@ -31,7 +31,7 @@ public:
        
        float video_frame_rate () const;
        libdcp::Size video_size () const;
-       VideoContent::Frame video_length () const;
+       VideoFrame video_length () const;
 
        std::vector<boost::shared_ptr<FFmpegSubtitleStream> > subtitle_streams () const {
                return _subtitle_streams;