Remove unused method.
[dcpomatic.git] / test / ffmpeg_audio_test.cc
index cfbaf46c30aaa8d064458551ce1ea1d551b7ccfb..1e9048584de40d9d0dee5e7ba7c69ccc7a6b99c1 100644 (file)
@@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_audio_test)
 
        film->set_container (Ratio::from_id ("185"));
        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->make_dcp ();
        film->write_metadata ();