summaryrefslogtreecommitdiff
path: root/src/lib/imagemagick_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/imagemagick_examiner.h')
-rw-r--r--src/lib/imagemagick_examiner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/imagemagick_examiner.h b/src/lib/imagemagick_examiner.h
index 827dad67e..801ede442 100644
--- a/src/lib/imagemagick_examiner.h
+++ b/src/lib/imagemagick_examiner.h
@@ -33,7 +33,7 @@ public:
float video_frame_rate () const;
libdcp::Size video_size () const;
- ContentVideoFrame video_length () const;
+ VideoContent::Frame video_length () const;
private:
boost::weak_ptr<const Film> _film;