diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-16 01:26:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-16 01:26:19 +0100 |
| commit | 0a3de908ae0f62dd8d7d5aaaa96e2ddab891b5a8 (patch) | |
| tree | 3fedb8afbdd883f2febe22b2801134bde936790b /test/audio_processor_test.cc | |
| parent | 09a0d2f170b17c1eef75d334f20e5f5c6d19b1c9 (diff) | |
Remove unused method.
Diffstat (limited to 'test/audio_processor_test.cc')
| -rw-r--r-- | test/audio_processor_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audio_processor_test.cc b/test/audio_processor_test.cc index 8357cff78..82ae9e563 100644 --- a/test/audio_processor_test.cc +++ b/test/audio_processor_test.cc @@ -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 */ |
