Merge master; specify libdcp-1.0.
[dcpomatic.git] / src / lib / video_examiner.h
index 2f713291b5a5165d42976196607ab396dd7fe50f..6ee761384a9064159e7f423dc4640d511ab724e3 100644 (file)
 
 #include <libdcp/types.h>
 #include "types.h"
+#include "video_content.h"
 
 class VideoExaminer
 {
 public:
+       virtual ~VideoExaminer () {}
        virtual float video_frame_rate () const = 0;
-       virtual libdcp::Size video_size () const = 0;
-       virtual ContentVideoFrame video_length () const = 0;
+       virtual dcp::Size video_size () const = 0;
+       virtual VideoFrame video_length () const = 0;
 };