X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fffmpeg_dcp_test.cc;h=4b2388bcde3486ca71dd998a8d32157b807b1b38;hb=9da0bac018e0e7dcad0c1aafaa7f6be6d434da96;hp=748695efe79d19c955c0be9b8ff45dce54ef1a3f;hpb=1a693725f9a8cc6ba58f65b2f1ef03255d295f23;p=dcpomatic.git diff --git a/test/ffmpeg_dcp_test.cc b/test/ffmpeg_dcp_test.cc index 748695efe..4b2388bcd 100644 --- a/test/ffmpeg_dcp_test.cc +++ b/test/ffmpeg_dcp_test.cc @@ -20,6 +20,7 @@ /** @file test/ffmpeg_dcp_test.cc * @brief Test creation of a very simple DCP from some FFmpegContent (data/test.mp4). + * @ingroup specific * * Also a quick test of Film::have_dcp (). */ @@ -40,7 +41,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_dcp_test) { shared_ptr film = new_test_film ("ffmpeg_dcp_test"); film->set_name ("test_film2"); - shared_ptr c (new FFmpegContent (film, "test/data/test.mp4")); + shared_ptr c (new FFmpegContent("test/data/test.mp4")); film->examine_and_add_content (c); wait_for_jobs ();