diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 22:23:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 22:23:41 +0100 |
| commit | 93d06f01683ec7ad351db329627b02d4fb23f4fa (patch) | |
| tree | dd6f1a265b2965e8c177a7e14afa639bd699ae91 /src/dcp.cc | |
| parent | 9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (diff) | |
| parent | 69f188e13db64d8a3b17e49351d0be0ac3676b99 (diff) | |
Merge.
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))); } } |
