summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/ass_mp.h')
-rw-r--r--sub/ass_mp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/ass_mp.h b/sub/ass_mp.h
index f4488bf8c7..3dd2bf66aa 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -47,7 +47,8 @@ void mp_ass_set_style(ASS_Style *style, double res_y,
void mp_ass_configure_fonts(ASS_Renderer *priv, struct osd_style_opts *opts,
struct mpv_global *global, struct mp_log *log);
-ASS_Library *mp_ass_init(struct mpv_global *global, struct mp_log *log);
+ASS_Library *mp_ass_init(struct mpv_global *global,
+ struct osd_style_opts *opts, struct mp_log *log);
struct sub_bitmaps;
struct mp_ass_packer;