summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/player_test.cc2
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"));