X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Faudio_delay_test.cc;h=68e14ff3ca353f470d9f09f8c14112f6713b34a4;hp=0127cc644e0929c0c34ac55551abc101c4e1df2e;hb=59e769023c392c332331567a1aea94660002c463;hpb=5af65f61bf6eba06c24025d63b43aec896a00c9c diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 0127cc644..68e14ff3c 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -51,7 +51,7 @@ void test_audio_delay (int delay_in_ms) shared_ptr content (new SndfileContent (film, "test/data/staircase.wav")); content->set_audio_delay (delay_in_ms); - film->examine_and_add_content (content, true); + film->examine_and_add_content (content); wait_for_jobs (); film->make_dcp ();