Mercurial > mplayer.hg
changeset 10878:501ac934d443
10L -fixed-vo must be a global option
author | albeu |
---|---|
date | Wed, 17 Sep 2003 09:14:49 +0000 |
parents | d2ee335dbf55 |
children | 27f8546f53c4 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Tue Sep 16 16:32:51 2003 +0000 +++ b/cfg-mplayer.h Wed Sep 17 09:14:49 2003 +0000 @@ -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},