summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-25 21:42:29 +0200
committerwm4 <wm4@nowhere>2013-09-25 21:42:29 +0200
commit72fbd846db3bf446b3fa00eba4f0197e6214f942 (patch)
treeb0065df482034f37f82b16aa26409add5668f3a4 /mpvcore/options.h
parent1e4f08c50cc5e3abb61c95903a270c8e281d2e5b (diff)
downloadmpv-72fbd846db3bf446b3fa00eba4f0197e6214f942.tar.bz2
mpv-72fbd846db3bf446b3fa00eba4f0197e6214f942.tar.xz
options: allow selecting the libass shaper
I'm using the word "languages" instead of "scripts" in the manpage, but I think that's easier to understand with a smaller amount of descriptions.
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h
index b1058fca37..7a30c24b34 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -202,6 +202,7 @@ typedef struct MPOpts {
char *ass_styles_file;
int ass_style_override;
int ass_hinting;
+ int ass_shaper;
int hwdec_api;
char *hwdec_codecs;