diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 22:50:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 22:50:32 +0100 |
| commit | 07ba15f367b36d17ec60edf77aa57fd20ee76740 (patch) | |
| tree | 4440a596ca925ec5bb9302bbe62d5346ec1e4e5e /src/lib/dcp_video_frame.h | |
| parent | ac8c7f049ebaba3fc9561ccb920496ea04f974ef (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.h | 4 |
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 |
