summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-21 19:12:46 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-21 19:12:46 +0000
commitebdb38271ec4b4045c4e3db4408489a52729d050 (patch)
treec2b197cbd5fb82bac5a95fcab7f6b9f36b1c9974 /Gui/cfg.c
parent337542a33163ccb9d836219f8ed202db65401efd (diff)
downloadmpv-ebdb38271ec4b4045c4e3db4408489a52729d050.tar.bz2
mpv-ebdb38271ec4b4045c4e3db4408489a52729d050.tar.xz
- add subcp
- fix some 10l in gui - fix one 10l bug in subreader git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9057 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.c')
-rw-r--r--Gui/cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index 17cca48eb6..62c03adaf4 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -116,6 +116,7 @@ static config_t gui_opts[] =
{ "sub_unicode",&sub_unicode,CONF_TYPE_FLAG,0,0,1,NULL },
{ "sub_pos",&sub_pos,CONF_TYPE_INT,CONF_RANGE,0,200,NULL },
{ "sub_overlap",&suboverlap_enabled,CONF_TYPE_FLAG,0,0,0,NULL },
+ { "sub_cp",&sub_cp,CONF_TYPE_STRING,0,0,0,NULL },
{ "font_factor",&font_factor,CONF_TYPE_FLOAT,CONF_RANGE,0.0,10.0,NULL },
{ "font_name",&font_name,CONF_TYPE_STRING,0,0,0,NULL },
#ifdef HAVE_FREETYPE