comparison cfg-mplayer.h @ 162:effc62af528c

new option: -include
author szabii
date Mon, 19 Mar 2001 18:14:21 +0000
parents 8e55121885b2
children 8626c23f4a47
comparison
equal deleted inserted replaced
161:9008302e2dc0 162:effc62af528c
2 * config for cfgparser 2 * config for cfgparser
3 */ 3 */
4 4
5 struct config conf[]={ 5 struct config conf[]={
6 /* name, pointer, type, flags, min, max */ 6 /* name, pointer, type, flags, min, max */
7 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */
7 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n", 8 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n",
8 CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, 9 CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
9 {"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0}, 10 {"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},
10 {"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0}, 11 {"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0},
11 {"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0}, 12 {"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},