Guess video range better when importing 2.14.x projects (#2227).
[dcpomatic.git] / src / lib / dcp_content.cc
index 6df0588e972fb439f6eb0b501bc9e1c7b5d99ea4..f8639cef9cc187f7ed2b35bc2821d955329be0e9 100644 (file)
@@ -95,7 +95,7 @@ DCPContent::DCPContent (boost::filesystem::path p)
 DCPContent::DCPContent (cxml::ConstNodePtr node, int version)
        : Content (node)
 {
-       video = VideoContent::from_xml (this, node, version);
+       video = VideoContent::from_xml (this, node, version, VideoRange::FULL);
        audio = AudioContent::from_xml (this, node, version);
        list<string> notes;
        text = TextContent::from_xml (this, node, version, notes);