diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-14 11:53:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-14 11:53:57 +0100 |
| commit | 3aa2d90dfea24d7dca4ebea7f06b97d1a57fa2a5 (patch) | |
| tree | 9ca1939ff78dd4f5105ad6fcfa2804d78be6bcb6 /src/lib/video_content.h | |
| parent | c1023c114a616e5525ebf3ad2a2a1e36af0a1baf (diff) | |
Try to prevent crashes if the configuration contains no colour conversions.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
