X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fimage_test.cc;h=0bae58e60146bc42e68f59b0bf552ad933b79be4;hb=92784c9c28c48859578cd6e75aa01d5657d0c341;hp=8a7feb1267fa0761e46457e188ea9cdd68de2e62;hpb=6c78f6d31a457ad34fb14b7c926fb418b4d6790d;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");