[Mplayer-cvslog] CVS: main/Gui cfg.c,1.27,1.28

Zoltan Ponekker pontscho at mplayerhq.hu
Sat Jan 11 10:20:20 CET 2003


Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv2988

Modified Files:
	cfg.c 
Log Message:
add osd_level=3 support

Index: cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- cfg.c	2 Jan 2003 14:41:38 -0000	1.27
+++ cfg.c	11 Jan 2003 09:20:07 -0000	1.28
@@ -109,7 +109,7 @@
  { "ao_sdl_subdriver",&gtkAOSDLDriver,CONF_TYPE_STRING,0,0,0,NULL },
 #endif
  
- { "osd_level",&osd_level,CONF_TYPE_INT,CONF_RANGE,0,2,NULL },
+ { "osd_level",&osd_level,CONF_TYPE_INT,CONF_RANGE,0,3,NULL },
  { "sub_auto_load",&sub_auto,CONF_TYPE_FLAG,0,0,1,NULL },
  { "sub_unicode",&sub_unicode,CONF_TYPE_FLAG,0,0,1,NULL },
  { "sub_pos",&sub_pos,CONF_TYPE_INT,CONF_RANGE,0,200,NULL },



More information about the MPlayer-cvslog mailing list