summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 23:12:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 23:12:41 +0100
commit5f1046a2164fff00a6fc74aecf4cacbca531d415 (patch)
treec166fd8ecabede8c954e7289723aa9872d3c826a /src/lib/dcp_video_frame.h
parent07ba15f367b36d17ec60edf77aa57fd20ee76740 (diff)
Remove entirely untested colour LUT options.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
-rw-r--r--src/lib/dcp_video_frame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h
index b0b662e5b..25a3e9926 100644
--- a/src/lib/dcp_video_frame.h
+++ b/src/lib/dcp_video_frame.h
@@ -105,7 +105,7 @@ public:
class DCPVideoFrame
{
public:
- DCPVideoFrame (boost::shared_ptr<const Image>, int, int, int, int, boost::shared_ptr<Log>);
+ DCPVideoFrame (boost::shared_ptr<const Image>, int, int, int, boost::shared_ptr<Log>);
~DCPVideoFrame ();
boost::shared_ptr<EncodedData> encode_locally ();
@@ -119,7 +119,6 @@ private:
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
- int _colour_lut; ///< Colour look-up table to use
int _j2k_bandwidth; ///< J2K bandwidth to use
boost::shared_ptr<Log> _log; ///< log