diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-14 16:14:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-14 16:14:41 +0000 |
| commit | 5bcb8526fa49b5b180c0239ae47045818469c54c (patch) | |
| tree | 1251b4c7c8b385e9f0a12db62333e4c351039aea /src/lib/video_content.cc | |
| parent | 9a8a53ba467c275af7759adbca797a97b86cc4c6 (diff) | |
Add tentative support for the S-Gamut3/S-Log3 colourspace.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 9bb065bab..1b2dc34e7 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -141,7 +141,6 @@ VideoContent::VideoContent (Content* parent, cxml::ConstNodePtr node, int versio _scale = VideoContentScale (node->node_child ("Scale")); } - if (node->optional_node_child ("ColourConversion")) { _colour_conversion = ColourConversion (node->node_child ("ColourConversion"), version); } |
