X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Ftest.cc;h=6af6409ce5d915588d71bffc40cd05e2ab9ecd56;hp=cbd12e1ee363cf7d6a592703db2d7984980d2193;hb=1d2a51bdc8315fa7283be329669860e435a1513f;hpb=886c256f532e0f43bcd7f6f9924147c151293cab diff --git a/test/test.cc b/test/test.cc index cbd12e1ee..6af6409ce 100644 --- a/test/test.cc +++ b/test/test.cc @@ -339,9 +339,9 @@ static double rms_error (boost::filesystem::path ref, boost::filesystem::path check) { - FFmpegImageProxy ref_proxy (ref, VIDEO_RANGE_FULL); + FFmpegImageProxy ref_proxy (ref, VideoRange::FULL); shared_ptr ref_image = ref_proxy.image().image; - FFmpegImageProxy check_proxy (check, VIDEO_RANGE_FULL); + FFmpegImageProxy check_proxy (check, VideoRange::FULL); shared_ptr check_image = check_proxy.image().image; BOOST_REQUIRE_EQUAL (ref_image->pixel_format(), check_image->pixel_format());