More tests; fix blend for YUV420P10LE.
[dcpomatic.git] / test / skip_frame_test.cc
index 8ff43a4ca6d8cf8b22945403520168e92b8f34e1..97aadb2f74f8f5eff66c109c83f02d5151fdc0bf 100644 (file)
@@ -21,6 +21,7 @@
 /** @file  test/skip_frame_test.cc
  *  @brief Test the skip of frames by the player when putting a 48fps
  *  source into a 24fps DCP.
+ *  @ingroup specific
  *
  *  @see test/repeat_frame_test.cc
  */
@@ -40,7 +41,7 @@ BOOST_AUTO_TEST_CASE (skip_frame_test)
        shared_ptr<Film> film = new_test_film ("skip_frame_test");
        film->set_name ("skip_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<FFmpegContent> c (new FFmpegContent (film, "test/data/count300bd48.m2ts"));
        film->examine_and_add_content (c);