summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-20 16:10:45 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-20 16:10:45 +0000
commit194fc1b15b8c5dfb3b7a5a78e0f83ed9c0e21f3b (patch)
tree41f7242c3a4d81ed3fe2d9c7df157bff44dd9a57 /cfg-common.h
parentb0615f0024c7a7f073e85d7e8b992bd78ee88515 (diff)
downloadmpv-194fc1b15b8c5dfb3b7a5a78e0f83ed9c0e21f3b.tar.bz2
mpv-194fc1b15b8c5dfb3b7a5a78e0f83ed9c0e21f3b.tar.xz
add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23356 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index e9f8a3e724..b250fe9286 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -292,6 +292,7 @@
{"sub-no-text-pp", &sub_no_text_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"sub-fuzziness", &sub_match_fuzziness, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
{"font", &font_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {"subfont", &sub_font_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"ffactor", &font_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 10.0, NULL},
{"subpos", &sub_pos, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},
{"subalign", &sub_alignment, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},