comparison cfg-common.h @ 31457:6e8f3cbab5f4

Move video decoder option array extern declarations to vd.h.
author diego
date Mon, 21 Jun 2010 17:10:07 +0000
parents b109d4fd7f3f
children 0efed9cafbb4
comparison
equal deleted inserted replaced
31456:99800c647f77 31457:6e8f3cbab5f4
289 "\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 289 "\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
290 {NULL, NULL, 0, 0, 0, 0, NULL} 290 {NULL, NULL, 0, 0, 0, 0, NULL}
291 291
292 }; 292 };
293 293
294 extern const m_option_t lavc_decode_opts_conf[];
295 extern const m_option_t xvid_dec_opts[];
296
297 const m_option_t common_opts[] = { 294 const m_option_t common_opts[] = {
298 // ------------------------- common options -------------------- 295 // ------------------------- common options --------------------
299 {"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, 296 {"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
300 {"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, 297 {"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
301 {"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_PRE_PARSE, 0, -10, NULL}, 298 {"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_PRE_PARSE, 0, -10, NULL},