Various bits mostly related to colour conversions.
[dcpomatic.git] / src / lib / dcp_video_frame.h
index 18c8fe628a20e2c1cabb5892ed9bed0d9b615482..ce6444293c2fedfbf1f587161aa43a7e9bf6330d 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 (boost::shared_ptr<const ServerDescription>);
+       boost::shared_ptr<EncodedData> encode_remotely (ServerDescription);
 
        Eyes eyes () const {
                return _eyes;