comparison cfg-mencoder.h @ 3376:2266e20ba821

selectable 2pass logfilename
author alex
date Sat, 08 Dec 2001 01:29:19 +0000
parents 5d70491f438c
children cff2875ad6e6
comparison
equal deleted inserted replaced
3375:5fb624943c90 3376:2266e20ba821
81 // {"ovc", &out_video_codec, CONF_TYPE_STRING, 0, 0, 0}, 81 // {"ovc", &out_video_codec, CONF_TYPE_STRING, 0, 0, 0},
82 {"oac", oac_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0}, 82 {"oac", oac_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
83 {"ovc", ovc_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0}, 83 {"ovc", ovc_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
84 84
85 {"pass", &pass, CONF_TYPE_INT, CONF_RANGE,0,2}, 85 {"pass", &pass, CONF_TYPE_INT, CONF_RANGE,0,2},
86 {"passlogfile", &passtmpfile, CONF_TYPE_STRING, 0, 0, 0},
86 87
87 {"divx4opts", divx4opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0}, 88 {"divx4opts", divx4opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
88 #ifdef HAVE_MP3LAME 89 #ifdef HAVE_MP3LAME
89 {"lameopts", lameopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0}, 90 {"lameopts", lameopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
90 #endif 91 #endif