comparison cfg-mplayer.h @ 7998:d48a06d07afb

Adding commandline options for filters and fixing stupid bug in cfg
author anders
date Thu, 31 Oct 2002 11:06:19 +0000
parents ea0680d87f3f
children c06fa0b05c1c
comparison
equal deleted inserted replaced
7997:253162f19e43 7998:d48a06d07afb
119 119
120 #include "libaf/af.h" 120 #include "libaf/af.h"
121 extern af_cfg_t af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c 121 extern af_cfg_t af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c
122 struct config audio_filter_conf[]={ 122 struct config audio_filter_conf[]={
123 {"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, 123 {"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
124 {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL}, 124 {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
125 {NULL, NULL, 0, 0, 0, 0, NULL} 125 {NULL, NULL, 0, 0, 0, 0, NULL}
126 }; 126 };
127 127
128 /* Options related to audio out plugins */ 128 /* Options related to audio out plugins */
129 struct config ao_plugin_conf[]={ 129 struct config ao_plugin_conf[]={