From 11ac33e140f3aa9d6e992880a1e1b3a4ca649355 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jan 2017 01:28:54 +0000 Subject: Rename Time::round_up to Time::ceil. --- src/lib/content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/content.cc') diff --git a/src/lib/content.cc b/src/lib/content.cc index b5bae69b6..942e9e533 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -327,7 +327,7 @@ Content::reel_split_points () const { list t; /* XXX: this is questionable; perhaps the position itself should be forced to be on a frame boundary */ - t.push_back (position().round_up (film()->video_frame_rate())); + t.push_back (position().ceil (film()->video_frame_rate())); return t; } -- cgit v1.2.3