[MPlayer-users] Question on conversion of svq1 and wmv files

RC rcooley at spamcop.net
Fri Nov 18 21:52:43 CET 2005


On Thu, 17 Nov 2005 19:29:06 -0500
The Wanderer <inverseparadox at comcast.net> wrote:

> either "a ridiculously high maximum ceiling, like - say - 60, 

cfg-common.h:   
{"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10,
NULL},

The max is 10.

> What *does* happen when this switch is not present? The only thing I
> can think of which seems to fit would produce behaviour identical to
> what I expect from '-mc 0', and that's inconsistent with what is
> observed to happen.

mplayer.c/mencoder.c:
static float default_max_pts_correction=-1;//0.01f;

That comment seems to suggest the default is equivalent to 0.01, which
more or less matches what I would expect.




More information about the MPlayer-users mailing list