X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_examiner.h;h=1800f1ea36e18921500924740f86de0948c98b8d;hb=c28b3d6f168607aca9995282b96647eb64a26dc9;hp=f5d5150749971c6f874880802e1da1ff09b96555;hpb=8aeb741ccbe2edb528e98a431bf55459a6836a9b;p=dcpomatic.git diff --git a/src/lib/image_examiner.h b/src/lib/image_examiner.h index f5d515074..1800f1ea3 100644 --- a/src/lib/image_examiner.h +++ b/src/lib/image_examiner.h @@ -31,7 +31,7 @@ public: ImageExaminer (boost::shared_ptr, boost::shared_ptr, boost::shared_ptr); float video_frame_rate () const; - libdcp::Size video_size () const; + dcp::Size video_size () const; VideoFrame video_length () const { return _video_length; } @@ -39,6 +39,6 @@ public: private: boost::weak_ptr _film; boost::shared_ptr _image_content; - boost::optional _video_size; + boost::optional _video_size; VideoFrame _video_length; };