summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-24 15:49:26 +0100
committerwm4 <wm4@nowhere>2015-02-24 15:49:26 +0100
commit71cc322f13f6504ecbffbf4a41e1d466b892bb90 (patch)
treee60ac820042c4501008ccf8d37975bd982b63cb8 /sub/ass_mp.h
parent53641a689d17d6fce31d752fbca150ca95796e81 (diff)
downloadmpv-71cc322f13f6504ecbffbf4a41e1d466b892bb90.tar.bz2
mpv-71cc322f13f6504ecbffbf4a41e1d466b892bb90.tar.xz
sub: move mp_ass_configure() code
sd_ass.c is the only user, and the function is starting to become extremely "special". No other changes.
Diffstat (limited to 'sub/ass_mp.h')
-rw-r--r--sub/ass_mp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/ass_mp.h b/sub/ass_mp.h
index 4e5cc88554..ac0dc26803 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -52,9 +52,6 @@ void mp_ass_add_default_styles(ASS_Track *track, struct MPOpts *opts);
ASS_Track *mp_ass_default_track(ASS_Library *library, struct MPOpts *opts);
-struct MPOpts;
-void mp_ass_configure(ASS_Renderer *priv, struct MPOpts *opts, bool is_ass,
- struct mp_osd_res *dim);
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);