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/ffmpeg_audio_only_test.cc | |
| parent | 09a0d2f170b17c1eef75d334f20e5f5c6d19b1c9 (diff) | |
Remove unused method.
Diffstat (limited to 'test/ffmpeg_audio_only_test.cc')
| -rw-r--r-- | test/ffmpeg_audio_only_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ffmpeg_audio_only_test.cc b/test/ffmpeg_audio_only_test.cc index bad800e57..b0606ab0f 100644 --- a/test/ffmpeg_audio_only_test.cc +++ b/test/ffmpeg_audio_only_test.cc @@ -36,7 +36,7 @@ test (boost::filesystem::path file) { shared_ptr<Film> film = new_test_film ("ffmpeg_audio_only_test"); film->set_name ("test_film"); - film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test")); + film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST")); shared_ptr<FFmpegContent> c (new FFmpegContent (film, file)); film->examine_and_add_content (c); wait_for_jobs (); |
