From 81312913ad26aaee12eeabd3f27a537806c97049 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 15:05:19 +0100 Subject: Fix various SNAFUs with Font ID handling. --- src/dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dcp.cc') diff --git a/src/dcp.cc b/src/dcp.cc index c1675401..b710d61b 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 (new FontAsset (path))); + other_assets.push_back (shared_ptr (new FontAsset (i->first, path))); } } -- cgit v1.2.3