From 157728fb69167da75aa04f6d78fdb6cc274a7db2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 28 Oct 2023 01:51:51 +0200 Subject: Use updated libdcp, including an optimisation for rgb-onto-xyz12. --- src/wx/video_waveform_plot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/video_waveform_plot.cc') diff --git a/src/wx/video_waveform_plot.cc b/src/wx/video_waveform_plot.cc index 826e17359..f6fa93940 100644 --- a/src/wx/video_waveform_plot.cc +++ b/src/wx/video_waveform_plot.cc @@ -195,7 +195,7 @@ VideoWaveformPlot::set_image (shared_ptr image) /* We must copy the PlayerVideo here as we will call ::image() on it, potentially with a different pixel_format than was used when ::prepare() was called. */ - _image = DCPVideo::convert_to_xyz (image->shallow_copy(), [](dcp::NoteType, string) {}); + _image = DCPVideo::convert_to_xyz(image->shallow_copy()); _dirty = true; Refresh (); } -- cgit v1.2.3