summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-09 01:13:40 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-09 01:13:40 +0000
commit95ebf5118300873fb9dae097c2bf557b735b064b (patch)
tree788c381abefba254d934b535ad9df83bee5e584a /cfg-mplayer.h
parent4a92dacc4ee010b02e2c3547f83b392421d182c8 (diff)
downloadmpv-95ebf5118300873fb9dae097c2bf557b735b064b.tar.bz2
mpv-95ebf5118300873fb9dae097c2bf557b735b064b.tar.xz
_EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testing
(imho it should NOT be documented yet) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7678 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 e675fd9059..5479e1de32 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -174,6 +174,7 @@ static config_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},
{"aop", ao_plugin_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
{"af", audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},