From d342a1befa88cb3f23c7e3fccfd1edaeea968fed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 May 2014 14:57:56 +0100 Subject: Add ContentTimePeriod class. --- test/subrip_test.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/subrip_test.cc b/test/subrip_test.cc index de102369f..19caca592 100644 --- a/test/subrip_test.cc +++ b/test/subrip_test.cc @@ -190,7 +190,11 @@ BOOST_AUTO_TEST_CASE (subrip_render_test) BOOST_CHECK_EQUAL (content->full_length(), DCPTime::from_seconds ((3 * 60) + 56.471)); shared_ptr decoder (new SubRipDecoder (content)); - list > cts = decoder->get_text_subtitles (ContentTime::from_seconds (109), ContentTime::from_seconds (110)); + list > cts = decoder->get_text_subtitles ( + ContentTimePeriod ( + ContentTime::from_seconds (109), ContentTime::from_seconds (110) + ) + ); BOOST_CHECK_EQUAL (cts.size(), 1); PositionImage image = render_subtitles (cts.front()->subs, dcp::Size (1998, 1080)); -- cgit v1.2.3