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/player_video.h | |
| parent | 6300edd66433dffed9fb30a0b3b8db7ca3355809 (diff) | |
float -> double in a few places.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 0dcc2eeec..0a6cab906 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -42,7 +42,7 @@ public: boost::shared_ptr<const ImageProxy>, DCPTime, Crop, - boost::optional<float>, + boost::optional<double>, dcp::Size, dcp::Size, Eyes, @@ -88,7 +88,7 @@ private: boost::shared_ptr<const ImageProxy> _in; DCPTime _time; Crop _crop; - boost::optional<float> _fade; + boost::optional<double> _fade; dcp::Size _inter_size; dcp::Size _out_size; Eyes _eyes; |
