summaryrefslogtreecommitdiffstats
path: root/profile/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile/profile.c')
-rw-r--r--profile/profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile/profile.c b/profile/profile.c
index e7f64f5..b89d10b 100644
--- a/profile/profile.c
+++ b/profile/profile.c
@@ -49,6 +49,7 @@ static void init(int frame_w, int frame_h)
}
ass_set_message_cb(ass_library, msg_callback, NULL);
+ ass_set_extract_fonts(ass_library, 1);
ass_renderer = ass_renderer_init(ass_library);
if (!ass_renderer) {