diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-23 16:51:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-23 16:51:07 +0100 |
| commit | 38fda7888663429d452b9c71902e8bb5239dd720 (patch) | |
| tree | 93d05ef9dc1e3d04d198452393dd626717f6346c /test/play_test.cc | |
| parent | 89ea093ab1ed7a526b9332922c674d9eca42d7f2 (diff) | |
Remove some dcp prefixes; better logging of content on DCP creation.
Diffstat (limited to 'test/play_test.cc')
| -rw-r--r-- | test/play_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/play_test.cc b/test/play_test.cc index c1dabe620..52b54408b 100644 --- a/test/play_test.cc +++ b/test/play_test.cc @@ -98,7 +98,7 @@ BOOST_AUTO_TEST_CASE (play_test) BOOST_CHECK_EQUAL (B->video_length(), 16); /* Film should have been set to 25fps */ - BOOST_CHECK_EQUAL (film->dcp_video_frame_rate(), 25); + BOOST_CHECK_EQUAL (film->video_frame_rate(), 25); BOOST_CHECK_EQUAL (A->start(), 0); /* A is 16 frames long at 25 fps */ |
