From 5f1046a2164fff00a6fc74aecf4cacbca531d415 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jul 2013 23:12:41 +0100 Subject: Remove entirely untested colour LUT options. --- src/lib/encoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encoder.cc') 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 image, bool same) _queue.push_back (shared_ptr ( new DCPVideoFrame ( image, _video_frames_out, _film->dcp_video_frame_rate(), - _film->colour_lut(), _film->j2k_bandwidth(), _film->log() + _film->j2k_bandwidth(), _film->log() ) )); -- cgit v1.2.3