diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-15 22:58:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | dd0db15b82a0b40b1271bad122c874d458c0fef4 (patch) | |
| tree | 201b4efac6915353e9635f230b3a08297be87dd7 /src/subtitle_asset.h | |
| parent | 82c72bf1a25891d5053b7b4fb1f7d2bab9d7fd13 (diff) | |
Add fix_empty_font_ids() to replace empty Font ids with a dummy string.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 96a56a9c..9792ce05 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -101,6 +101,8 @@ public: Time latest_subtitle_out () const; + void fix_empty_font_ids (); + virtual std::list<boost::shared_ptr<LoadFontNode> > load_font_nodes () const = 0; protected: |
