summaryrefslogtreecommitdiff
path: root/test/ffmpeg_audio_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-20 16:54:37 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-21 23:52:46 +0200
commite3dba6242aed7415eddbbfb1e5d56ce6680603c1 (patch)
tree8628ae20b900cd03638648ef34711a56bf7ef3a6 /test/ffmpeg_audio_test.cc
parent19b6cd41712d38cb5b1c97659c8a1cc86e784812 (diff)
Replace all new_test_film with new_test_film2.
Diffstat (limited to 'test/ffmpeg_audio_test.cc')
-rw-r--r--test/ffmpeg_audio_test.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/ffmpeg_audio_test.cc b/test/ffmpeg_audio_test.cc
index b2a83aad8..09331c5af 100644
--- a/test/ffmpeg_audio_test.cc
+++ b/test/ffmpeg_audio_test.cc
@@ -51,12 +51,8 @@ using std::string;
BOOST_AUTO_TEST_CASE (ffmpeg_audio_test)
{
- auto film = new_test_film ("ffmpeg_audio_test");
- film->set_name ("ffmpeg_audio_test");
auto c = make_shared<FFmpegContent> ("test/data/staircase.mov");
- film->examine_and_add_content (c);
-
- BOOST_REQUIRE (!wait_for_jobs());
+ auto film = new_test_film2("ffmpeg_audio_test", { c });
int constexpr audio_channels = 6;