summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-22 08:51:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-22 08:51:55 +0100
commitd5c23e121ec9ed85a350e552a885162db82de950 (patch)
tree0738515e1feecd550d203e9f3e9f82e4dd4ff7d1 /src
parent0fd4f8821fce4c4b73812a03990fde4431258685 (diff)
Tidy up a bit.
Diffstat (limited to 'src')
-rw-r--r--src/lib/dcp_video_frame.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h
index 64966ab78..4c545b6ef 100644
--- a/src/lib/dcp_video_frame.h
+++ b/src/lib/dcp_video_frame.h
@@ -102,7 +102,6 @@ class DCPVideoFrame : public boost::noncopyable
{
public:
DCPVideoFrame (boost::shared_ptr<const Image>, int, int, int, boost::shared_ptr<Log>);
- ~DCPVideoFrame ();
boost::shared_ptr<EncodedData> encode_locally ();
boost::shared_ptr<EncodedData> encode_remotely (ServerDescription const *);
@@ -118,8 +117,4 @@ private:
int _j2k_bandwidth; ///< J2K bandwidth to use
boost::shared_ptr<Log> _log; ///< log
-
- opj_cparameters_t* _parameters; ///< libopenjpeg's parameters
- opj_cinfo_t* _cinfo; ///< libopenjpeg's opj_cinfo_t
- opj_cio_t* _cio; ///< libopenjpeg's opj_cio_t
};