Cope with e.g. truehd audio streams having not every audio frame arriving with a...
[dcpomatic.git] / src / lib / dcp.cc
index f58b06b57f4aab65ed48ac282f59cb4c18d7792c..7e6c66c6c2d4f93e288cae1f41b10d40379c4723 100644 (file)
@@ -47,7 +47,7 @@ DCP::cpls () const
        BOOST_FOREACH (shared_ptr<dcp::DCP> i, dcps) {
                BOOST_FOREACH (shared_ptr<dcp::DCP> j, dcps) {
                        if (i != j) {
-                               i->resolve_refs (j->assets ());
+                               i->resolve_refs (j->assets (true));
                        }
                }
        }