summaryrefslogtreecommitdiff
path: root/test/seek_zero_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-04 01:28:54 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-04 01:28:54 +0000
commit11ac33e140f3aa9d6e992880a1e1b3a4ca649355 (patch)
tree6bf84806228017259803c3cd972166dd410c3b33 /test/seek_zero_test.cc
parent3327fcba6db6c0b2e70ccca81340f5d5781cae0d (diff)
Rename Time::round_up to Time::ceil.
Diffstat (limited to 'test/seek_zero_test.cc')
-rw-r--r--test/seek_zero_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/seek_zero_test.cc b/test/seek_zero_test.cc
index faf4c9eac..0329364d9 100644
--- a/test/seek_zero_test.cc
+++ b/test/seek_zero_test.cc
@@ -62,7 +62,7 @@ BOOST_AUTO_TEST_CASE (seek_zero_test)
video_delay = ContentTime ();
}
- Frame const first_frame = video_delay.round_up (content->active_video_frame_rate ()).frames_round (content->active_video_frame_rate ());
+ Frame const first_frame = video_delay.ceil (content->active_video_frame_rate ()).frames_round (content->active_video_frame_rate ());
FFmpegDecoder decoder (content, film->log());
list<ContentVideo> a = decoder.video->get (first_frame, true);