diff options
author | wm4 <wm4@nowhere> | 2013-07-08 21:55:44 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-07-08 21:55:44 +0200 |
commit | 31f685040bd2152d541ed16cf441c6b5e7e430fd (patch) | |
tree | b8351b2847231bbc15d883a622ac972945cce6b4 /sub | |
parent | 73c76de91edbf8a55eb725196ff54583e3428510 (diff) | |
parent | 7a71a2cc483d17bed94408d5aee6fba6893558cb (diff) |
Merge branch 'master' into remove_old_demuxers
Conflicts:
DOCS/man/en/changes.rst
DOCS/man/en/options.rst
Diffstat (limited to 'sub')
-rw-r--r-- | sub/sub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ #include "video/mp_image_pool.h" static const struct osd_style_opts osd_style_opts_def = { - .font = "Sans", + .font = "sans-serif", .font_size = 45, .color = {255, 255, 255, 255}, .border_color = {0, 0, 0, 255}, |