From 3aa2d90dfea24d7dca4ebea7f06b97d1a57fa2a5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Oct 2013 11:53:57 +0100 Subject: Try to prevent crashes if the configuration contains no colour conversions. --- src/lib/video_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/video_content.h') diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 72c72625b..81325516d 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -109,6 +109,8 @@ private: friend class best_dcp_frame_rate_test_single; friend class best_dcp_frame_rate_test_double; friend class audio_sampling_rate_test; + + void setup_default_colour_conversion (); libdcp::Size _video_size; float _video_frame_rate; -- cgit v1.2.3