summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-25 11:08:25 +0100
committerwm4 <wm4@nowhere>2014-11-25 11:08:25 +0100
commit26190dbe579833ab0a5d5ccc754a908af94fbda0 (patch)
treeb264572e70d2ba8f58e2d194e3a1d28485780e81 /options/options.h
parent28b6ce39d3d88d0159b54c8ca558e993eac93056 (diff)
downloadmpv-26190dbe579833ab0a5d5ccc754a908af94fbda0.tar.bz2
mpv-26190dbe579833ab0a5d5ccc754a908af94fbda0.tar.xz
player: add option not to use OSD/fontconfig
Makeshift-solution for working around certain fontconfig issues. With --use-text-osd=no, libass and fontconfig won't be initialized, and fontconfig won't block everything with scanning for fonts.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 752d1f4801..dadcb0800a 100644
--- a/options/options.h
+++ b/options/options.h
@@ -224,6 +224,7 @@ typedef struct MPOpts {
char **sub_name;
char **sub_paths;
int sub_auto;
+ int use_text_osd;
int osd_bar_visible;
float osd_bar_align_x;
float osd_bar_align_y;