diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 23:12:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 23:12:41 +0100 |
| commit | 5f1046a2164fff00a6fc74aecf4cacbca531d415 (patch) | |
| tree | c166fd8ecabede8c954e7289723aa9872d3c826a /src/lib/encoder.cc | |
| parent | 07ba15f367b36d17ec60edf77aa57fd20ee76740 (diff) | |
Remove entirely untested colour LUT options.
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index ed14f2755..718ae55a4 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -203,7 +203,7 @@ Encoder::process_video (shared_ptr<const Image> image, bool same) _queue.push_back (shared_ptr<DCPVideoFrame> ( new DCPVideoFrame ( image, _video_frames_out, _film->dcp_video_frame_rate(), - _film->colour_lut(), _film->j2k_bandwidth(), _film->log() + _film->j2k_bandwidth(), _film->log() ) )); |
