diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 15:34:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 15:34:21 +0100 |
| commit | 4373e05854b463763bd6920f781424024634f7ab (patch) | |
| tree | 0a2cf080dc2710d28b1ffc148fff941136335b41 /test | |
| parent | fa64b232cd5086476fbc9bc542b2fbe2300927eb (diff) | |
Comment.
Diffstat (limited to 'test')
| -rw-r--r-- | test/player_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/player_test.cc b/test/player_test.cc index 29b0b4d1f..b9038dcce 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -40,6 +40,8 @@ BOOST_AUTO_TEST_CASE (player_overlaps_test) { shared_ptr<Film> film = new_test_film ("player_overlaps_test"); film->set_container (Ratio::from_id ("185")); + + /* This content is 3s long */ shared_ptr<FFmpegContent> A (new FFmpegContent (film, "test/data/test.mp4")); shared_ptr<FFmpegContent> B (new FFmpegContent (film, "test/data/test.mp4")); shared_ptr<FFmpegContent> C (new FFmpegContent (film, "test/data/test.mp4")); |
