diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 21:06:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 21:06:29 +0000 |
| commit | 68560d1e94ee311d7fbfcdf98a704decef232108 (patch) | |
| tree | 2456ee37413e4b0b34a6ccfc783c4ed751c94be1 /src/interop_dcp_reader.cc | |
| parent | 670020792233d50b14363e54db6808733d5d2171 (diff) | |
Various fixes.
Diffstat (limited to 'src/interop_dcp_reader.cc')
| -rw-r--r-- | src/interop_dcp_reader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_dcp_reader.cc b/src/interop_dcp_reader.cc index 5cbb1a2..41e127b 100644 --- a/src/interop_dcp_reader.cc +++ b/src/interop_dcp_reader.cc @@ -40,7 +40,7 @@ InteropDCPReader::InteropDCPReader (boost::filesystem::path file) list<cxml::NodePtr> f = xml->node_children ("Font"); list<shared_ptr<dcp::Font> > font_nodes; BOOST_FOREACH (cxml::NodePtr& i, f) { - font_nodes.push_back (shared_ptr<dcp::Font> (new dcp::Font (i, 250))); + font_nodes.push_back (shared_ptr<dcp::Font> (new dcp::Font (i, false))); } parse_common (xml, font_nodes); |
