summaryrefslogtreecommitdiff
path: root/src/lib/dcp_examiner.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-24 11:44:16 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-24 11:44:16 +0100
commit93d57d46e52e0050efda894fc3089a6410d55754 (patch)
treee24d7a4a71d03b18b171f45a8695316f0f4e905f /src/lib/dcp_examiner.cc
parentf74ed4201c1d393982439724de5fa81ce0393550 (diff)
Disallow referencing of Interop DCPs in SMPTE films, and vice versa (#804).
Diffstat (limited to 'src/lib/dcp_examiner.cc')
-rw-r--r--src/lib/dcp_examiner.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc
index 81cb98b98..93d553476 100644
--- a/src/lib/dcp_examiner.cc
+++ b/src/lib/dcp_examiner.cc
@@ -134,4 +134,6 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content)
throw runtime_error (_("The KDM does not decrypt the DCP. Perhaps it is targeted at the wrong CPL."));
}
}
+
+ _standard = dcp.standard ();
}