X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.cc;h=4dab0cff1b5895c0e197e19c0db140092662757e;hb=bb89ec4a3d7a912f1f79e8b13ec9f1be5481ca96;hp=3cd5688e7fd2bd69f1b87b16376c58bd6790d497;hpb=b26f4e4cfa0a3b6df794f3207b420a413c52e773;p=dcpomatic.git diff --git a/test/test.cc b/test/test.cc index 3cd5688e7..4dab0cff1 100644 --- a/test/test.cc +++ b/test/test.cc @@ -363,9 +363,9 @@ static double rms_error (boost::filesystem::path ref, boost::filesystem::path check) { - FFmpegImageProxy ref_proxy (ref, VideoRange::FULL); + FFmpegImageProxy ref_proxy (ref); auto ref_image = ref_proxy.image().image; - FFmpegImageProxy check_proxy (check, VideoRange::FULL); + FFmpegImageProxy check_proxy (check); auto check_image = check_proxy.image().image; BOOST_REQUIRE_EQUAL (ref_image->pixel_format(), check_image->pixel_format());