diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-10 15:33:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-10 15:33:26 +0100 |
| commit | e7bc3bd16456c17bc6fe1d7981040b14e820505e (patch) | |
| tree | cd37e3bbaceb58206a9b9286d54946e7835d6af7 /test/audio_delay_test.cc | |
| parent | 2b2c655fd39fbdae9f6298c3bde171da126dc470 (diff) | |
Use ISDCF rather than DCI when talking about the digital cinema
naming convention (#362).
Reported-by: Mattias Mattsson
Diffstat (limited to 'test/audio_delay_test.cc')
| -rw-r--r-- | test/audio_delay_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 77243ea6d..8ac5f746c 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -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); |
