Allow convert_to_xyz() to take any image.
[dcpomatic.git] / src / lib / player_video.h
index 731c1a6958b0d4777fc89b53ecb55cc422a673c6..9c1c064a59aa0998abb6462350bef40ff0b0a147 100644 (file)
@@ -90,7 +90,7 @@ public:
        bool has_j2k () const;
        std::shared_ptr<const dcp::Data> j2k () const;
 
-       std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz(dcp::NoteHandler note) const;
+       std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz(std::shared_ptr<const Image> image, dcp::NoteHandler note) const;
 
 
        Eyes eyes () const {