Fix incorrect colourspace conversion of XYZ content
[dcpomatic.git] / src / lib / player_video.h
index 77e19a80e7c911057aa1bd29897a763fc99b93e1..2a471584bdae8c8b5e2d1465f2f6f2b9ede67748 100644 (file)
@@ -55,7 +55,7 @@ public:
 
        void set_subtitle (PositionImage);
 
-       boost::shared_ptr<Image> image (AVPixelFormat pix_fmt, dcp::NoteHandler note) const;
+       boost::shared_ptr<Image> image (dcp::NoteHandler note) const;
 
        void add_metadata (xmlpp::Node* node) const;
        void send_binary (boost::shared_ptr<Socket> socket) const;