Const correctness.
[dcpomatic.git] / src / lib / dcp_video.h
index d6f62d2bb940cf23bf2b3fcd2d2783eef70f1869..fe394b9fb80b28ded99c10e4b114e94f16a533e5 100644 (file)
@@ -72,7 +72,7 @@ public:
 
        static std::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz (std::shared_ptr<const PlayerVideo> frame, dcp::NoteHandler note);
 
-       void convert_to_xyz(uint16_t* dst);
+       void convert_to_xyz(uint16_t* dst) const;
        dcp::Size get_size();
 
 private: