summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-01 19:23:08 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-01 19:23:08 +0000
commit5bd84cbaaf4bf291e422a659474f4635c5504615 (patch)
tree3b0da3feba04e6e17825a99003d654d50b6c034d /cfg-mplayer.h
parent9b5131761205724e9f811a445657fd58638d2219 (diff)
downloadmpv-5bd84cbaaf4bf291e422a659474f4635c5504615.tar.bz2
mpv-5bd84cbaaf4bf291e422a659474f4635c5504615.tar.xz
nofixed-vo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10359 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index fb04df404c..1f46319cf6 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -180,6 +180,7 @@ static config_t mplayer_opts[]={
{"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},
{"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},