X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Faudio_delay_test.cc;h=0127cc644e0929c0c34ac55551abc101c4e1df2e;hb=228fbab81a5f093e9265d565c1110582c363def3;hp=68e14ff3ca353f470d9f09f8c14112f6713b34a4;hpb=946dbad9821e676f1d8fdc5abba459da54b8e84c;p=dcpomatic.git diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 68e14ff3c..0127cc644 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); + film->examine_and_add_content (content, true); wait_for_jobs (); film->make_dcp ();