summaryrefslogtreecommitdiff
path: root/test/audio_delay_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-20 16:55:57 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-22 10:33:45 +0200
commitc95ba3eb99c5e4d6dca90cee7e5bb9077b6ed02c (patch)
tree82857f50135db65c8750e9e4492536d4639e0a91 /test/audio_delay_test.cc
parente3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff)
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/audio_delay_test.cc')
-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 bafdea4e1..369881d71 100644
--- a/test/audio_delay_test.cc
+++ b/test/audio_delay_test.cc
@@ -56,7 +56,7 @@ void test_audio_delay (int delay_in_ms)
{
string const film_name = "audio_delay_test_" + lexical_cast<string> (delay_in_ms);
auto content = make_shared<FFmpegContent>("test/data/staircase.wav");
- auto film = new_test_film2 (film_name, { content });
+ auto film = new_test_film(film_name, { content });
content->audio->set_delay (delay_in_ms);