summaryrefslogtreecommitdiff
path: root/test/vf_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-11 15:25:16 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-20 07:41:24 +0100
commit026f7e95210cafb6b44a1c207041df085ce92d95 (patch)
tree01a0f4ad00aa1d9d0806bfea94e18e66a6f52ec0 /test/vf_test.cc
parent059ad8809b715ca7b84f769529e8a441e3f002f2 (diff)
Fix failing tests.
Broken in the fix for #2780, when we started to check that referenced audio MXFs have the correct number of channels.
Diffstat (limited to 'test/vf_test.cc')
-rw-r--r--test/vf_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vf_test.cc b/test/vf_test.cc
index ed7f483ae..ca987b22d 100644
--- a/test/vf_test.cc
+++ b/test/vf_test.cc
@@ -73,6 +73,7 @@ BOOST_AUTO_TEST_CASE (vf_test1)
/* Multi-reel DCP can't be referenced if we are using a single reel for the project */
film->set_reel_type (ReelType::SINGLE);
+ film->set_audio_channels(16);
string why_not;
BOOST_CHECK (!dcp->can_reference_video(film, why_not));
BOOST_CHECK (!dcp->can_reference_audio(film, why_not));