summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-17 14:02:51 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-18 11:50:29 +0100
commitfb019eb087ffc38668dcd3bef455457ad4ebf161 (patch)
treea7875310e1ed9f5ecd0370695d347fc0fe217adb /test
parentd60b9d006fee94fab80ee86fe1149de7f2e76750 (diff)
Fix test crash.
Diffstat (limited to 'test')
-rw-r--r--test/audio_delay_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc
index a538da4ed..07113edac 100644
--- a/test/audio_delay_test.cc
+++ b/test/audio_delay_test.cc
@@ -54,9 +54,9 @@ void test_audio_delay (int delay_in_ms)
film->set_name (film_name);
shared_ptr<FFmpegContent> content (new FFmpegContent (film, "test/data/staircase.wav"));
- content->audio->set_delay (delay_in_ms);
film->examine_and_add_content (content);
wait_for_jobs ();
+ content->audio->set_delay (delay_in_ms);
film->make_dcp ();
wait_for_jobs ();