Bump libdcp to fix font ID bug in the combiner (#2402).
[dcpomatic.git] / test / silence_padding_test.cc
index e4c640792d675bda09cfe7fd1acbe1b4c91d997f..dd02d200d7e220b6504612d2c23fc998ca0fcd07 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 
+#include "lib/constants.h"
 #include "lib/ffmpeg_content.h"
 #include "lib/film.h"
 #include "lib/dcp_content_type.h"
@@ -42,7 +43,6 @@
 
 using std::make_shared;
 using std::string;
-using std::shared_ptr;
 using boost::lexical_cast;
 
 
@@ -145,7 +145,7 @@ BOOST_AUTO_TEST_CASE (silence_padding_test2)
        auto film = new_test_film2 ("silence_padding_test2", { content }, &cl);
 
        film->set_video_frame_rate (24);
-       content->set_trim_start (dcpomatic::ContentTime(4003));
+       content->set_trim_start(film, dcpomatic::ContentTime(4003));
 
        make_and_verify_dcp (film);