X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_content.cc;h=f8639cef9cc187f7ed2b35bc2821d955329be0e9;hp=6df0588e972fb439f6eb0b501bc9e1c7b5d99ea4;hb=eeaca1992aa117fe3a2a4a079d8a20a01d88e933;hpb=769d56b7f3b2fe78036b4ba12c0cfe71734b379d;ds=sidebyside 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);