summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-17 09:14:49 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-17 09:14:49 +0000
commit6635e776dd68eb6c2e447bd84e6d30eebcae33b3 (patch)
tree30ad1476b4cff85838490f9da4674327df0434ed /cfg-mplayer.h
parent4a407ef97942a44623b029b5f97175f90d265efd (diff)
downloadmpv-6635e776dd68eb6c2e447bd84e6d30eebcae33b3.tar.bz2
mpv-6635e776dd68eb6c2e447bd84e6d30eebcae33b3.tar.xz
10L -fixed-vo must be a global option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10879 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 045a070131..243fdaa8ad 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -179,8 +179,8 @@ m_option_t mplayer_opts[]={
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},