summaryrefslogtreecommitdiff
path: root/test/ffmpeg_audio_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-16 01:26:19 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-16 01:26:19 +0100
commit0a3de908ae0f62dd8d7d5aaaa96e2ddab891b5a8 (patch)
tree3fedb8afbdd883f2febe22b2801134bde936790b /test/ffmpeg_audio_test.cc
parent09a0d2f170b17c1eef75d334f20e5f5c6d19b1c9 (diff)
Remove unused method.
Diffstat (limited to 'test/ffmpeg_audio_test.cc')
-rw-r--r--test/ffmpeg_audio_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ffmpeg_audio_test.cc b/test/ffmpeg_audio_test.cc
index cfbaf46c3..1e9048584 100644
--- a/test/ffmpeg_audio_test.cc
+++ b/test/ffmpeg_audio_test.cc
@@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_audio_test)
film->set_container (Ratio::from_id ("185"));
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->make_dcp ();
film->write_metadata ();