summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-28 01:51:51 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-28 02:30:08 +0200
commit157728fb69167da75aa04f6d78fdb6cc274a7db2 (patch)
tree07bcf63f13484e9c5275766060d16e579fa28ea0 /src/lib/dcp_video.h
parent6e1c0f245a3940da7da175a978c0561711cfb447 (diff)
Use updated libdcp, including an optimisation for rgb-onto-xyz12.
Diffstat (limited to 'src/lib/dcp_video.h')
-rw-r--r--src/lib/dcp_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h
index 33df0942c..bf95ccfe6 100644
--- a/src/lib/dcp_video.h
+++ b/src/lib/dcp_video.h
@@ -64,7 +64,7 @@ public:
bool same (std::shared_ptr<const DCPVideo> other) const;
- static std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz (std::shared_ptr<const PlayerVideo> frame, dcp::NoteHandler note);
+ static std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz(std::shared_ptr<const PlayerVideo> frame);
private: