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 b89d10b..3740a6c 100644
--- a/profile/profile.c
+++ b/profile/profile.c
@@ -57,6 +57,7 @@ static void init(int frame_w, int frame_h)
exit(1);
}
+ ass_set_storage_size(ass_renderer, frame_w, frame_h);
ass_set_frame_size(ass_renderer, frame_w, frame_h);
ass_set_fonts(ass_renderer, NULL, "Sans", 1, NULL, 1);
}