Remove unused method.
[dcpomatic.git] / test / audio_processor_test.cc
index 8357cff78a367cd78736b9f001475edf9d29bf65..82ae9e563bf12a77bdd430b213f55aa794be2162 100644 (file)
@@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE (audio_processor_test)
        wait_for_jobs ();
 
        film->set_audio_channels (6);
-       film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));
+       film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST"));
        film->set_audio_processor (AudioProcessor::from_id ("mid-side-decoder"));
 
        /* Analyse the audio and check it doesn't crash */