X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_examiner.h;h=6ae0422cbbd4477f8ac7878e05a2430b251711b0;hb=1c13441a19aa387ddd8ac0c972207ccbbe3114d8;hp=f5d5150749971c6f874880802e1da1ff09b96555;hpb=4ba8772aef261da209bbb882325fd61a8b479fd7;p=dcpomatic.git diff --git a/src/lib/image_examiner.h b/src/lib/image_examiner.h index f5d515074..6ae0422cb 100644 --- a/src/lib/image_examiner.h +++ b/src/lib/image_examiner.h @@ -31,14 +31,14 @@ public: ImageExaminer (boost::shared_ptr, boost::shared_ptr, boost::shared_ptr); float video_frame_rate () const; - libdcp::Size video_size () const; - VideoFrame video_length () const { + dcp::Size video_size () const; + ContentTime video_length () const { return _video_length; } private: boost::weak_ptr _film; boost::shared_ptr _image_content; - boost::optional _video_size; - VideoFrame _video_length; + boost::optional _video_size; + ContentTime _video_length; };