[MPlayer-cvslog] r31349 - trunk/mplayer.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Jun 8 23:26:36 CEST 2010


On Tue, Jun 08, 2010 at 10:11:01PM +0200, cehoyos wrote:
> Author: cehoyos
> Date: Tue Jun  8 22:11:01 2010
> New Revision: 31349
> 
> Log:
> Make -mc 1 the default.
> 
> Modified:
>    trunk/mplayer.c
> 
> Modified: trunk/mplayer.c
> ==============================================================================
> --- trunk/mplayer.c	Tue Jun  8 21:14:22 2010	(r31348)
> +++ trunk/mplayer.c	Tue Jun  8 22:11:01 2010	(r31349)
> @@ -292,7 +292,7 @@ static char *stream_dump_name="stream.du
>         int stream_dump_type=0;
>  
>  // A-V sync:
> -static float default_max_pts_correction=-1;//0.01f;
> +static float default_max_pts_correction=1;

Hm, is -mc -1 possible to get the old behaviour or something?
Otherwise changing the else part of
if (default_max_pts_correction >= 0)
might be the nicer way...
On thinking again: May I suggest to extend -mc to accept up to
-1, document the change in Changelog and say old behaviour is available
with -mc -1, and update the man page as well.
And I guess mencoder should be checked as well...
I know, a lot of work for such a tiny change :-)


More information about the MPlayer-cvslog mailing list