From 8771c1f7b00ab0fb5c252adaa437d753155b7c18 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jun 2015 10:55:22 +0100 Subject: Rename Font -> FontAsset; add dcpdumpsub tool. --- src/dcp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dcp.cc') diff --git a/src/dcp.cc b/src/dcp.cc index 12aaee47..c1675401 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -41,7 +41,7 @@ #include "decrypted_kdm_key.h" #include "dcp_assert.h" #include "reel_asset.h" -#include "font.h" +#include "font_asset.h" #include #include #include @@ -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 Font (path))); + other_assets.push_back (shared_ptr (new FontAsset (path))); } } -- cgit v1.2.3