From b651392d70d7e37ce5a8a20da81d86e5d19aadd8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Dec 2019 22:58:21 +0100 Subject: Add fix_empty_font_ids() to replace empty Font ids with a dummy string. Back-ported from abf4f7577877254ecd7a1dc7955e0d7ca49ad07c in master. --- src/subtitle_asset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/subtitle_asset.h') diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 59ed1165..9f137abe 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 > load_font_nodes () const = 0; protected: -- cgit v1.2.3