Merge master.
[dcpomatic.git] / src / lib / video_examiner.h
index 6ee761384a9064159e7f423dc4640d511ab724e3..d4897213beb69634d1b777b955e4d0b9efa9a44b 100644 (file)
@@ -17,7 +17,7 @@
 
 */
 
-#include <libdcp/types.h>
+#include <dcp/types.h>
 #include "types.h"
 #include "video_content.h"
 
@@ -27,5 +27,5 @@ public:
        virtual ~VideoExaminer () {}
        virtual float video_frame_rate () const = 0;
        virtual dcp::Size video_size () const = 0;
-       virtual VideoFrame video_length () const = 0;
+       virtual ContentTime video_length () const = 0;
 };