comparison cfg-mplayer.h @ 4355:4167864cfb0a

Add -nosound/-sound and -ovc null to mencoder.
author kmkaplan
date Sat, 26 Jan 2002 16:32:06 +0000
parents 0cf9e05f6de2
children d2808c58e633
comparison
equal deleted inserted replaced
4354:5018e8014ebd 4355:4167864cfb0a
182 {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 182 {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
183 {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL}, 183 {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
184 {"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 184 {"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
185 {"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL}, 185 {"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL},
186 {"loop", &loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000, NULL}, 186 {"loop", &loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000, NULL},
187 {"sound", &has_audio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
188 {"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0, NULL},
189 {"abs", &ao_data.buffersize, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 187 {"abs", &ao_data.buffersize, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
190 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -10.0, 10.0, NULL}, 188 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -10.0, 10.0, NULL},
191 189
192 {"alsa", "Option -alsa has been removed, new audio code doesn't need it! Remove it from your config file!\n", 190 {"alsa", "Option -alsa has been removed, new audio code doesn't need it! Remove it from your config file!\n",
193 CONF_TYPE_PRINT, 0, 0, 0, NULL}, 191 CONF_TYPE_PRINT, 0, 0, 0, NULL},