diff options
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index a173b1c1..6dd6269b 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -59,7 +59,6 @@ class StereoPictureFrame : public boost::noncopyable { public: StereoPictureFrame (); - ~StereoPictureFrame (); boost::shared_ptr<OpenJPEGImage> xyz_image (Eye eye, int reduce = 0) const; @@ -79,7 +78,7 @@ private: StereoPictureFrame (ASDCP::JP2K::MXFSReader* reader, int n, boost::shared_ptr<DecryptionContext>); - ASDCP::JP2K::SFrameBuffer* _buffer; + boost::shared_ptr<ASDCP::JP2K::SFrameBuffer> _buffer; }; } |
