diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 11:04:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-06 22:05:03 +0200 |
| commit | 02d4493e593d567b210cd7f2b98d33a345867d1d (patch) | |
| tree | f3604e4104d6668c0eb67b4a7f29975876dd59a6 /test/threed_test.cc | |
| parent | ea57d67cb7c7cd500d34bf783ed23c3dbc66b59b (diff) | |
Go back to respecting the user's choice for the number of audio channels in the MXF.
Diffstat (limited to 'test/threed_test.cc')
| -rw-r--r-- | test/threed_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/threed_test.cc b/test/threed_test.cc index 87ddd25ae..a53b4d10e 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -168,6 +168,7 @@ BOOST_AUTO_TEST_CASE (threed_test6) film->examine_and_add_content (L); auto R = make_shared<FFmpegContent>("test/data/3dR.mp4"); film->examine_and_add_content (R); + film->set_audio_channels(16); BOOST_REQUIRE (!wait_for_jobs()); L->video->set_frame_type (VideoFrameType::THREE_D_LEFT); |
