X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fffmpeg_examiner_test.cc;h=b6b2bbf06c5ee543845c31c3644fba430c779800;hb=c4403784febdbdd42e9c32e67fadb147f11fe566;hp=0233db1f0b51538eece2136f03d91ecf12ef854c;hpb=67a68bd971ebe1b35daa3f75873b4ccb53c00ba0;p=dcpomatic.git diff --git a/test/ffmpeg_examiner_test.cc b/test/ffmpeg_examiner_test.cc index 0233db1f0..b6b2bbf06 100644 --- a/test/ffmpeg_examiner_test.cc +++ b/test/ffmpeg_examiner_test.cc @@ -31,11 +31,12 @@ #include "test.h" using boost::shared_ptr; +using namespace dcpomatic; BOOST_AUTO_TEST_CASE (ffmpeg_examiner_test) { shared_ptr film = new_test_film ("ffmpeg_examiner_test"); - shared_ptr content (new FFmpegContent (film, "test/data/count300bd24.m2ts")); + shared_ptr content (new FFmpegContent ("test/data/count300bd24.m2ts")); shared_ptr examiner (new FFmpegExaminer (content)); BOOST_CHECK_EQUAL (examiner->first_video().get().get(), ContentTime::from_seconds(600).get());