Fix build.
[dcpomatic.git] / test / ffmpeg_examiner_test.cc
index 24c91880b2b67aabd391987fa1159bd1d13496bb..a3b9bb4f6506793186b1aff886f68f67c07d6662 100644 (file)
@@ -30,7 +30,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_examiner_test)
        shared_ptr<FFmpegContent> content (new FFmpegContent (film, "test/data/count300bd24.m2ts"));
        shared_ptr<FFmpegExaminer> examiner (new FFmpegExaminer (content));
 
-       BOOST_CHECK_EQUAL (examiner->first_video().get(), 600.04166666666674);
+       BOOST_CHECK_EQUAL (examiner->first_video().get(), 600);
        BOOST_CHECK_EQUAL (examiner->audio_streams().size(), 1);
        BOOST_CHECK_EQUAL (examiner->audio_streams()[0]->first_audio.get(), 600);
 }