diff cfg-mplayer.h @ 4773:976bf6a9ded5

subtitle positioning patch by Jiri Svoboda
author atmos4
date Wed, 20 Feb 2002 22:43:34 +0000
parents 95fa3901cafc
children d678ce495a75
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Feb 20 22:42:46 2002 +0000
+++ b/cfg-mplayer.h	Wed Feb 20 22:43:34 2002 +0000
@@ -57,6 +57,7 @@
 #ifdef USE_ICONV
 extern char *sub_cp;
 #endif
+extern int sub_pos;
 #endif
 
 #ifdef USE_OSD
@@ -174,6 +175,7 @@
 	{"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},