X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fimage_test.cc;h=0bae58e60146bc42e68f59b0bf552ad933b79be4;hb=1580bdc52a257870c908f32d2abe6fed84d83c50;hp=8a7feb1267fa0761e46457e188ea9cdd68de2e62;hpb=11efa93e15b694b8ea6f0a2bc68c87503cc570bb;p=dcpomatic.git diff --git a/test/image_test.cc b/test/image_test.cc index 8a7feb126..0bae58e60 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -261,7 +261,7 @@ BOOST_AUTO_TEST_CASE (crop_scale_window_test) { shared_ptr proxy(new FFmpegImageProxy("test/data/flat_red.png")); shared_ptr raw = proxy->image().first; - shared_ptr out = raw->crop_scale_window(Crop(), dcp::Size(1998, 836), dcp::Size(1998, 1080), dcp::YUV_TO_RGB_REC709, AV_PIX_FMT_YUV420P, true, false); + shared_ptr out = raw->crop_scale_window(Crop(), dcp::Size(1998, 836), dcp::Size(1998, 1080), dcp::YUV_TO_RGB_REC709, VIDEO_RANGE_FULL, AV_PIX_FMT_YUV420P, true, false); shared_ptr save = out->scale(dcp::Size(1998, 1080), dcp::YUV_TO_RGB_REC709, AV_PIX_FMT_RGB24, false, false); write_image(save, "build/test/crop_scale_window_test.png", "RGB"); check_image("test/data/crop_scale_window_test.png", "build/test/crop_scale_window_test.png");