comparison cfg-mplayer.h @ 5063:be67d073f23b

Added soft clipping for software volume control
author anders
date Wed, 13 Mar 2002 12:32:42 +0000
parents 534167719e91
children f992a01ecc0d
comparison
equal deleted inserted replaced
5062:90b692d38826 5063:be67d073f23b
110 {"delay", &ao_plugin_cfg.pl_delay_len, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 110 {"delay", &ao_plugin_cfg.pl_delay_len, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
111 {"format", &ao_plugin_cfg.pl_format_type, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 111 {"format", &ao_plugin_cfg.pl_format_type, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
112 {"fout", &ao_plugin_cfg.pl_resample_fout, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 112 {"fout", &ao_plugin_cfg.pl_resample_fout, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
113 {"volume", &ao_plugin_cfg.pl_volume_volume, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL}, 113 {"volume", &ao_plugin_cfg.pl_volume_volume, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL},
114 {"mul", &ao_plugin_cfg.pl_extrastereo_mul, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL}, 114 {"mul", &ao_plugin_cfg.pl_extrastereo_mul, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
115 {"softclip", &ao_plugin_cfg.pl_volume_softclip, CONF_TYPE_FLAG, 0, 0, 1, NULL},
115 {NULL, NULL, 0, 0, 0, 0, NULL} 116 {NULL, NULL, 0, 0, 0, 0, NULL}
116 }; 117 };
117 118
118 extern int sws_flags; 119 extern int sws_flags;
119 extern int readPPOpt(void *conf, char *arg); 120 extern int readPPOpt(void *conf, char *arg);