summaryrefslogtreecommitdiffstats
path: root/ass_mp.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2010-01-25 13:57:32 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-27 12:46:59 +0200
commit42a87fc6113bc14bbd14681e209a8c91c4b87a90 (patch)
tree272e1cdfe7dd867ed2a4d1563a03940f307f3342 /ass_mp.h
parente28e4a1b157bd0e9620fcff956d713a9921f506c (diff)
downloadmpv-42a87fc6113bc14bbd14681e209a8c91c4b87a90.tar.bz2
mpv-42a87fc6113bc14bbd14681e209a8c91c4b87a90.tar.xz
Disable libass fallbacks for fontconfig < 2.4.2
libass doesn't support fontconfig < 2.4.2 so fallbacks for these ancient versions aren't needed anymore. Also update the man page (English, German) to reflect the change. Additionally note that -embeddedfonts controls the use of ASS script embedded fonts too. -embeddedfonts is now always enabled by default. Fonts are never extracted into a directory anymore but passed to libass via memory.
Diffstat (limited to 'ass_mp.h')
-rw-r--r--ass_mp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ass_mp.h b/ass_mp.h
index 41b120c4da..58ebae0938 100644
--- a/ass_mp.h
+++ b/ass_mp.h
@@ -36,7 +36,7 @@ extern float ass_font_scale;
extern float ass_line_spacing;
extern int ass_top_margin;
extern int ass_bottom_margin;
-extern int extract_embedded_fonts;
+extern int use_embedded_fonts;
extern char **ass_force_style_list;
extern int ass_use_margins;
extern char *ass_color;