CVS: main cfg-mplayer.h,1.132,1.133
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv22360 Modified Files: cfg-mplayer.h Log Message: subtitle positioning patch by Jiri Svoboda Index: cfg-mplayer.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- cfg-mplayer.h 12 Feb 2002 15:05:58 -0000 1.132 +++ cfg-mplayer.h 20 Feb 2002 22:43:33 -0000 1.133 @@ -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},
participants (1)
-
Atmosfear