Tidy up J2KImageProxy a bit.
[dcpomatic.git] / src / lib / dcp_video.h
index 37d95826c5103a7c4fc283fb26250cee5a71ffb8..c1c48623def2595f4979f0a36bb2da2d3363c777 100644 (file)
@@ -49,8 +49,8 @@ public:
        DCPVideo (boost::shared_ptr<const PlayerVideo>, int, int, int, Resolution, bool b, boost::shared_ptr<Log>);
        DCPVideo (boost::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr, boost::shared_ptr<Log>);
 
-       boost::shared_ptr<Data> encode_locally (dcp::NoteHandler note);
-       boost::shared_ptr<Data> encode_remotely (ServerDescription);
+       Data encode_locally (dcp::NoteHandler note);
+       Data encode_remotely (ServerDescription);
 
        int index () const {
                return _index;