summaryrefslogtreecommitdiff
path: root/src/lib/types.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-26 22:15:41 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-26 22:15:41 +0100
commit886c256f532e0f43bcd7f6f9924147c151293cab (patch)
tree6d4cecf0aa65e2250fb6246775d7d1856ece66d6 /src/lib/types.cc
parentedbccd8d04a33f9e8d03677d8ebc671f40b0f822 (diff)
libdcp API change ReelMXF -> ReelFileAsset.
Diffstat (limited to 'src/lib/types.cc')
-rw-r--r--src/lib/types.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/types.cc b/src/lib/types.cc
index ac7920a2c..177b5e581 100644
--- a/src/lib/types.cc
+++ b/src/lib/types.cc
@@ -25,7 +25,7 @@
#include <dcp/raw_convert.h>
#include <dcp/cpl.h>
#include <dcp/dcp.h>
-#include <dcp/reel_mxf.h>
+#include <dcp/reel_file_asset.h>
#include <dcp/reel_asset.h>
DCPOMATIC_DISABLE_WARNINGS
#include <libxml++/libxml++.h>
@@ -213,7 +213,7 @@ CPLSummary::CPLSummary (boost::filesystem::path p)
encrypted = false;
for (auto j: dcp.cpls()) {
- for (auto k: j->reel_mxfs()) {
+ for (auto k: j->reel_file_assets()) {
if (k->key_id()) {
encrypted = true;
}