[Mplayer-cvslog] CVS: main mencoder.c, 1.247, 1.248 cfg-mencoder.h, 1.86, 1.87
Diego Biurrun
diego at biurrun.de
Mon Aug 30 16:35:52 CEST 2004
Diego Biurrun writes:
> Richard Felker CVS writes:
> > --- cfg-mencoder.h 3 May 2004 13:19:04 -0000 1.86
> > +++ cfg-mencoder.h 19 May 2004 04:33:00 -0000 1.87
> > @@ -35,6 +35,10 @@
> > {"vol", &lame_param_scale, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10, NULL},
> > {"lowpassfreq",&lame_param_lowpassfreq, CONF_TYPE_INT, CONF_RANGE, -1, 48000,0},
> > {"highpassfreq",&lame_param_highpassfreq, CONF_TYPE_INT, CONF_RANGE, -1, 48000,0},
> > + {"nofree", &lame_param_free_format, CONF_TYPE_FLAG, 0, 0, 0, NULL},
> > + {"free", &lame_param_free_format, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> > + {"br_min", &lame_param_br_min, CONF_TYPE_INT, CONF_RANGE, 0, 1024, NULL},
> > + {"br_max", &lame_param_br_max, CONF_TYPE_INT, CONF_RANGE, 0, 1024, NULL},
>
> Could you please document these?
Rich, could you (or somebody else) please do this now that you are
back. I plan to have all options documented soon, these are among the
few missing ones.
Diego
More information about the MPlayer-cvslog
mailing list