Remove unused method.
[dcpomatic.git] / test / ffmpeg_dcp_test.cc
index 18decee95a1e15a3441a5aa7bc0006ab64e18794..a28119110f874bd3b728641447577ca4286bef51 100644 (file)
@@ -48,7 +48,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_dcp_test)
        c->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
 
        film->set_container (Ratio::from_id ("185"));
-       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 ();