Rename Time::round_up to Time::ceil.
[dcpomatic.git] / src / lib / film.cc
index d331516dd1e9cac9c7b9b979975a1d4578927266..68266b4ec52a3a4f4825eaeb5cd3e5073081052e 100644 (file)
@@ -1416,7 +1416,7 @@ list<DCPTimePeriod>
 Film::reels () const
 {
        list<DCPTimePeriod> p;
-       DCPTime const len = length().round_up (video_frame_rate ());
+       DCPTime const len = length().ceil (video_frame_rate ());
 
        switch (reel_type ()) {
        case REELTYPE_SINGLE: