summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-20 22:43:34 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-20 22:43:34 +0000
commit8337d9c26faa3966da2d558cf6912ea51a3128c2 (patch)
treeed2f020ae31584d6dd1e5bd18896f7179faec38a /cfg-mplayer.h
parentd66ad5a63ef47ed48c9852aa11eff13b4d60f850 (diff)
downloadmpv-8337d9c26faa3966da2d558cf6912ea51a3128c2.tar.bz2
mpv-8337d9c26faa3966da2d558cf6912ea51a3128c2.tar.xz
subtitle positioning patch by Jiri Svoboda
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4774 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 67aa5cf7fb..e479c4b7e6 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -57,6 +57,7 @@ extern int sub_utf8;
#ifdef USE_ICONV
extern char *sub_cp;
#endif
+extern int sub_pos;
#endif
#ifdef USE_OSD
@@ -174,6 +175,7 @@ static config_t mplayer_opts[]={
{"nounicode", &sub_unicode, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"utf8", &sub_utf8, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noutf8", &sub_utf8, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+ {"subpos",&sub_pos, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},
#endif
#ifdef USE_OSD
{"font", &font_name, CONF_TYPE_STRING, 0, 0, 0, NULL},