diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-11 15:25:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-11 15:55:48 +0100 |
| commit | a7be213f1063e3c5cb4dcba37aa0443d1f28f9d5 (patch) | |
| tree | b0327966a24a2944d166b513f97d0c2ca1a5f5eb /test/vf_test.cc | |
| parent | 394516c351602f58150bdbbb4e61c45163927147 (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.cc | 1 |
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)); |
