X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimage_examiner.h;h=f159e38f98a270d6fbce7a90af74862cba105405;hp=937a565f33bc75eb36049d42ee2695f1e2a684be;hb=4a4725e41bf4070969223f9c40885063c50e61d0;hpb=6300edd66433dffed9fb30a0b3b8db7ca3355809 diff --git a/src/lib/image_examiner.h b/src/lib/image_examiner.h index 937a565f3..f159e38f9 100644 --- a/src/lib/image_examiner.h +++ b/src/lib/image_examiner.h @@ -30,7 +30,7 @@ class ImageExaminer : public VideoExaminer public: ImageExaminer (boost::shared_ptr, boost::shared_ptr, boost::shared_ptr); - boost::optional video_frame_rate () const; + boost::optional video_frame_rate () const; dcp::Size video_size () const; Frame video_length () const { return _video_length;