diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-16 00:53:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-16 00:53:54 +0100 |
| commit | 4a4725e41bf4070969223f9c40885063c50e61d0 (patch) | |
| tree | 7c8896f8080b7bf66773d5b63ded45b83b675712 /src/lib/image_examiner.h | |
| parent | 6300edd66433dffed9fb30a0b3b8db7ca3355809 (diff) | |
float -> double in a few places.
Diffstat (limited to 'src/lib/image_examiner.h')
| -rw-r--r-- | src/lib/image_examiner.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<const Film>, boost::shared_ptr<const ImageContent>, boost::shared_ptr<Job>); - boost::optional<float> video_frame_rate () const; + boost::optional<double> video_frame_rate () const; dcp::Size video_size () const; Frame video_length () const { return _video_length; |
