Very basics of colour conversion configuration.
[dcpomatic.git] / src / lib / dcp_video_frame.h
index 96a773a6fb1c71bf041ad3b81356fc3ecc278fc3..18c8fe628a20e2c1cabb5892ed9bed0d9b615482 100644 (file)
@@ -105,7 +105,7 @@ public:
        DCPVideoFrame (boost::shared_ptr<const Image>, int, Eyes, int, int, boost::shared_ptr<Log>);
 
        boost::shared_ptr<EncodedData> encode_locally ();
-       boost::shared_ptr<EncodedData> encode_remotely (ServerDescription const *);
+       boost::shared_ptr<EncodedData> encode_remotely (boost::shared_ptr<const ServerDescription>);
 
        Eyes eyes () const {
                return _eyes;