summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-09-03 13:47:56 +0300
committerUoti Urpala <uau@mplayer2.org>2011-09-03 14:26:14 +0300
commit83fc5b60046b12227540f77969b5c1aa29107bad (patch)
treef72bbea73524a7b9005e3c935fafe1f20bd43991 /options.h
parent3e0a2705595cbf991e0428984052488ad94c6d21 (diff)
downloadmpv-83fc5b60046b12227540f77969b5c1aa29107bad.tar.bz2
mpv-83fc5b60046b12227540f77969b5c1aa29107bad.tar.xz
options: move libass-related options to struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/options.h b/options.h
index f6f28c0939..6ee25351c8 100644
--- a/options.h
+++ b/options.h
@@ -92,8 +92,18 @@ typedef struct MPOpts {
char **sub_paths;
int sub_auto;
int ass_enabled;
+ float ass_font_scale;
+ float ass_line_spacing;
+ int ass_top_margin;
+ int ass_bottom_margin;
+ int ass_use_margins;
int ass_vsfilter_aspect_compat;
+ int use_embedded_fonts;
char **ass_force_style_list;
+ char *ass_color;
+ char *ass_border_color;
+ char *ass_styles_file;
+ int ass_hinting;
struct lavc_param {
int workaround_bugs;
int error_resilience;