0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

nofixed-vo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10359 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-07-01 19:23:08 +00:00
parent 9b51317612
commit 5bd84cbaaf

View File

@ -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},