X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content.cc;h=f8639cef9cc187f7ed2b35bc2821d955329be0e9;hb=fe933ebb2c55b4235fcba5d02af2ba91c272fc88;hp=6df0588e972fb439f6eb0b501bc9e1c7b5d99ea4;hpb=d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f;p=dcpomatic.git diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 6df0588e9..f8639cef9 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -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 notes; text = TextContent::from_xml (this, node, version, notes);