Improve approximate time reporting a bit (#383).
[dcpomatic.git] / test / audio_delay_test.cc
index 77243ea6d0e46d04b56dbeb34c33b5120977efc5..8ac5f746c8fb46e3621d392f9267297e7e792804 100644 (file)
@@ -38,7 +38,7 @@ void test_audio_delay (int delay_in_ms)
 {
        string const film_name = "audio_delay_test_" + lexical_cast<string> (delay_in_ms);
        shared_ptr<Film> film = new_test_film (film_name);
-       film->set_dcp_content_type (DCPContentType::from_dci_name ("FTR"));
+       film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));
        film->set_name (film_name);