summaryrefslogtreecommitdiff
path: root/src/dcp.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-24 22:23:41 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-24 22:23:41 +0100
commit93d06f01683ec7ad351db329627b02d4fb23f4fa (patch)
treedd6f1a265b2965e8c177a7e14afa639bd699ae91 /src/dcp.cc
parent9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (diff)
parent69f188e13db64d8a3b17e49351d0be0ac3676b99 (diff)
Merge.
Diffstat (limited to 'src/dcp.cc')
-rw-r--r--src/dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.cc b/src/dcp.cc
index 2a4cc8b8..7a521141 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -176,7 +176,7 @@ DCP::read (bool keep_going, ReadErrors* errors)
throw DCPReadError ("Unknown MXF essence type");
}
} else if (boost::filesystem::extension (path) == ".ttf") {
- other_assets.push_back (shared_ptr<FontAsset> (new FontAsset (path)));
+ other_assets.push_back (shared_ptr<FontAsset> (new FontAsset (i->first, path)));
}
}