summaryrefslogtreecommitdiff
path: root/src/lib/video_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_examiner.h')
-rw-r--r--src/lib/video_examiner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h
index 2f713291b..72f6ccc12 100644
--- a/src/lib/video_examiner.h
+++ b/src/lib/video_examiner.h
@@ -19,11 +19,12 @@
#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;
};