summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 22:50:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 22:50:32 +0100
commit07ba15f367b36d17ec60edf77aa57fd20ee76740 (patch)
tree4440a596ca925ec5bb9302bbe62d5346ec1e4e5e /src/lib/dcp_video_frame.h
parentac8c7f049ebaba3fc9561ccb920496ea04f974ef (diff)
Get libdcp to do RGB->XYZ conversion.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
-rw-r--r--src/lib/dcp_video_frame.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h
index f234b445a..b0b662e5b 100644
--- a/src/lib/dcp_video_frame.h
+++ b/src/lib/dcp_video_frame.h
@@ -116,8 +116,6 @@ public:
}
private:
- void create_openjpeg_container ();
-
boost::shared_ptr<const Image> _image;
int _frame; ///< frame index within the DCP's intrinsic duration
int _frames_per_second; ///< Frames per second that we will use for the DCP
@@ -126,8 +124,6 @@ private:
boost::shared_ptr<Log> _log; ///< log
- opj_image_cmptparm_t _cmptparm[3]; ///< libopenjpeg's opj_image_cmptparm_t
- opj_image* _opj_image; ///< libopenjpeg's image container
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