[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.203,1.204
Alban Bedel CVS
albeu at mplayerhq.hu
Wed Sep 17 11:15:18 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv19852
Modified Files:
cfg-mplayer.h
Log Message:
10L -fixed-vo must be a global option
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- cfg-mplayer.h 31 Aug 2003 22:01:59 -0000 1.203
+++ cfg-mplayer.h 17 Sep 2003 09:14:49 -0000 1.204
@@ -179,8 +179,8 @@
CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"vo", &video_driver_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
{"ao", &audio_driver_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
- {"fixed-vo", &fixed_vo, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- {"nofixed-vo", &fixed_vo, CONF_TYPE_FLAG, 0, 0, 0, NULL},
+ {"fixed-vo", &fixed_vo, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
+ {"nofixed-vo", &fixed_vo, CONF_TYPE_FLAG,CONF_GLOBAL, 0, 0, NULL},
{"aop", ao_plugin_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
{"dsp", "Use -ao oss:dsp_path!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
More information about the MPlayer-cvslog
mailing list