Supporters update.
[dcpomatic.git] / test / audio_processor_test.cc
index 52dacb646bb65b4cfb4f777224c6ba5d8e9914fe..4fe5eeb10c044015f5a7cc09c90f619ea55f3e77 100644 (file)
@@ -35,7 +35,6 @@
 #include <boost/test/unit_test.hpp>
 
 
-using std::shared_ptr;
 using std::make_shared;
 
 
@@ -48,7 +47,7 @@ BOOST_AUTO_TEST_CASE (audio_processor_test)
        film->examine_and_add_content (c);
        BOOST_REQUIRE (!wait_for_jobs());
 
-       film->set_audio_channels (6);
+       film->set_audio_channels(16);
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST"));
        film->set_audio_processor (AudioProcessor::from_id ("mid-side-decoder"));