summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-10 19:58:57 +0100
committerwm4 <wm4@nowhere>2013-12-10 20:07:39 +0100
commit7c7d214775f87e82312aa1441d59ddf7c0df9d2e (patch)
treea398eb6f7e1368c5f4c5ec2c4684f83c0f017e13 /sub/ass_mp.h
parentbf003033e376b34779373565595f2863fe3c4dd6 (diff)
downloadmpv-7c7d214775f87e82312aa1441d59ddf7c0df9d2e.tar.bz2
mpv-7c7d214775f87e82312aa1441d59ddf7c0df9d2e.tar.xz
osd: add option for "unscaled" OSD
Diffstat (limited to 'sub/ass_mp.h')
-rw-r--r--sub/ass_mp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/ass_mp.h b/sub/ass_mp.h
index 27d09d8acd..987efdfe28 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -44,7 +44,7 @@ struct MPOpts;
struct mp_osd_res;
struct osd_style_opts;
-void mp_ass_set_style(ASS_Style *style, int res_y,
+void mp_ass_set_style(ASS_Style *style, double res_y,
const struct osd_style_opts *opts);
void mp_ass_add_default_styles(ASS_Track *track, struct MPOpts *opts);