Another try at sorting out the thorny question of timing.
[dcpomatic.git] / src / lib / video_examiner.h
index 2f713291b5a5165d42976196607ab396dd7fe50f..72f6ccc12cab575f2a20e297ecdfed5bbb967344 100644 (file)
 
 #include <libdcp/types.h>
 #include "types.h"
+#include "video_content.h"
 
 class VideoExaminer
 {
 public:
        virtual float video_frame_rate () const = 0;
        virtual libdcp::Size video_size () const = 0;
-       virtual ContentVideoFrame video_length () const = 0;
+       virtual VideoContent::Frame video_length () const = 0;
 };