comparison cfg-mencoder.h @ 16528:c1267de1d7d9

Make frameno.avi not turn on by default. this is deprecated and this entire feature should be removed anyway. manpage update in a bit...
author ods15
date Mon, 19 Sep 2005 19:23:38 +0000
parents 11966749d065
children bc9bf383f0f7
comparison
equal deleted inserted replaced
16527:ab575679aa48 16528:c1267de1d7d9
201 m_option_t mencoder_opts[]={ 201 m_option_t mencoder_opts[]={
202 /* name, pointer, type, flags, min, max */ 202 /* name, pointer, type, flags, min, max */
203 203
204 {"endpos", &end_at_string, CONF_TYPE_STRING, 0, 0, 0, NULL}, 204 {"endpos", &end_at_string, CONF_TYPE_STRING, 0, 0, 0, NULL},
205 205
206 {"frameno-file", &frameno_filename, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
207
206 #ifdef USE_EDL 208 #ifdef USE_EDL
207 {"hr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 209 {"hr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 0, 1, NULL},
208 {"nohr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 1, 0, NULL}, 210 {"nohr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 1, 0, NULL},
209 #endif 211 #endif
210 212