Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker digest calcu...
[dcpomatic.git] / test / audio_delay_test.cc
index 0127cc644e0929c0c34ac55551abc101c4e1df2e..68e14ff3ca353f470d9f09f8c14112f6713b34a4 100644 (file)
@@ -51,7 +51,7 @@ void test_audio_delay (int delay_in_ms)
 
        shared_ptr<SndfileContent> 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 ();