X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_video.cc;h=31d1661947b80527d5a51f825b10f5ae6abf2f40;hp=655c373822ea750aedda3669a52fcccec4db913c;hb=e5b744922fb6aed65ec13f22a9de0c86dd1bd561;hpb=24fbd3513614dba8f2e5ac16b86576d39f1dc6c0 diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index 655c37382..31d166194 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -99,7 +99,7 @@ DCPVideo::convert_to_xyz (shared_ptr frame, dcp::NoteHandler { shared_ptr xyz; - shared_ptr image = frame->image (note, bind (&PlayerVideo::keep_xyz_or_rgb, _1), true, false); + shared_ptr image = frame->image (bind (&PlayerVideo::keep_xyz_or_rgb, _1), true, false); if (frame->colour_conversion()) { xyz = dcp::rgb_to_xyz ( image->data()[0],