comparison cfg-mencoder.h @ 9076:92014b66ed3d

ability to disable the nonsense expand filter is a must! otherwise it's impossible to render subtitles earlier in the filter chain and then scale them down with a scale filter; huge subs will get rendered again on top!! (think dvd/vobsub where you can't just use smaller font size) if anyone has a better way to handle this, do it! (e.g. make it so that the first expand filter disabled osd for the rest of the filter chain)
author rfelker
date Fri, 24 Jan 2003 01:04:50 +0000
parents ba967edb7580
children 905a741d5dd6
comparison
equal deleted inserted replaced
9075:5e51d85f7a4d 9076:92014b66ed3d
178 178
179 {"vobsubout", &vobsub_out, CONF_TYPE_STRING, 0, 0, 0, NULL}, 179 {"vobsubout", &vobsub_out, CONF_TYPE_STRING, 0, 0, 0, NULL},
180 {"vobsuboutindex", &vobsub_out_index, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL}, 180 {"vobsuboutindex", &vobsub_out_index, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
181 {"vobsuboutid", &vobsub_out_id, CONF_TYPE_STRING, 0, 0, 0, NULL}, 181 {"vobsuboutid", &vobsub_out_id, CONF_TYPE_STRING, 0, 0, 0, NULL},
182 182
183 {"autoexpand", &auto_expand, CONF_TYPE_FLAG, 0, 0, 1, NULL},
184 {"noautoexpand", &auto_expand, CONF_TYPE_FLAG, 0, 1, 0, NULL},
185
183 // info header strings 186 // info header strings
184 {"info", info_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 187 {"info", info_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
185 188
186 #ifdef HAVE_DIVX4ENCORE 189 #ifdef HAVE_DIVX4ENCORE
187 {"divx4opts", divx4opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 190 {"divx4opts", divx4opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},