From 0a3de908ae0f62dd8d7d5aaaa96e2ddab891b5a8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 16 Jul 2016 01:26:19 +0100 Subject: Remove unused method. --- test/ffmpeg_audio_only_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ffmpeg_audio_only_test.cc') 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 = 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 c (new FFmpegContent (film, file)); film->examine_and_add_content (c); wait_for_jobs (); -- cgit v1.2.3