X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Frepeat_frame_test.cc;h=5e6da83e1c6b20a815bebaf3c94c12889beee249;hb=21d5ca8c20193c3e62f4b0ca5033ebe0bc2ea21d;hp=d145ccb18f48591ba2242998b4dcd61a7578e449;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index d145ccb18..5e6da83e1 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) shared_ptr film = new_test_film ("repeat_frame_test"); film->set_name ("repeat_frame_test"); film->set_container (Ratio::from_id ("185")); - 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, "test/data/red_24.mp4")); film->examine_and_add_content (c);