comparison cfg-mencoder.h @ 12408:ad1a2bad9248

typos, wording and mistakes pointed out by the wanderer
author diego
date Mon, 03 May 2004 13:19:04 +0000
parents 574b1ed2f9a3
children 4a8748f99375
comparison
equal deleted inserted replaced
12407:574b1ed2f9a3 12408:ad1a2bad9248
167 m_option_t mencoder_opts[]={ 167 m_option_t mencoder_opts[]={
168 /* name, pointer, type, flags, min, max */ 168 /* name, pointer, type, flags, min, max */
169 169
170 {"endpos", parse_end_at, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL}, 170 {"endpos", parse_end_at, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL},
171 171
172 // set output framerate - recommended for variable fps (ASF etc) files 172 // set output framerate - recommended for variable-FPS (ASF etc) files
173 // and for 29.97fps progressive MPEG2 streams 173 // and for 29.97FPS progressive MPEG2 streams
174 {"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL}, 174 {"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
175 {"o", &out_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, 175 {"o", &out_filename, CONF_TYPE_STRING, 0, 0, 0, NULL},
176 176
177 // limit number of skippable frames after a non-skipped one 177 // limit number of skippable frames after a non-skipped one
178 {"skiplimit", &skip_limit, CONF_TYPE_INT, 0, 0, 0, NULL}, 178 {"skiplimit", &skip_limit, CONF_TYPE_INT, 0, 0, 0, NULL},