summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-20 23:49:48 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-20 23:49:48 +0100
commitc6665c157bdb6903661d21c571c7d112b54ad8fd (patch)
tree81910900fb9bcee8958674fef3b1fb70f115d14d /src/smpte_subtitle_asset.h
parent2b522d0382a6d4534f1504123a9d16700fe50f0a (diff)
Accept fonts as data blocks rather than files.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
-rw-r--r--src/smpte_subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h
index 09cd4634..1f2215a8 100644
--- a/src/smpte_subtitle_asset.h
+++ b/src/smpte_subtitle_asset.h
@@ -75,7 +75,7 @@ public:
std::string xml_as_string () const;
void write (boost::filesystem::path path) const;
void add (boost::shared_ptr<Subtitle>);
- void add_font (std::string id, boost::filesystem::path file);
+ void add_font (std::string id, dcp::ArrayData data);
void set_key (Key key);
void set_content_title_text (std::string t) {