Rationalise video/audio frame types.
[dcpomatic.git] / src / lib / video_examiner.h
index 039c494b52fe98f630798729207b65b26b4d46f3..98c0cdff1433d21e0ad0106c994bf06762f6ffd8 100644 (file)
@@ -27,5 +27,5 @@ public:
        virtual ~VideoExaminer () {}
        virtual float video_frame_rate () const = 0;
        virtual libdcp::Size video_size () const = 0;
-       virtual VideoContent::Frame video_length () const = 0;
+       virtual VideoFrame video_length () const = 0;
 };