[MPlayer-cvslog] r32057 - trunk/mplayer.c
cehoyos
subversion at mplayerhq.hu
Tue Sep 7 18:24:35 CEST 2010
Author: cehoyos
Date: Tue Sep 7 18:24:34 2010
New Revision: 32057
Log:
Revert r31349 "Make -mc 1 the default".
This was primarily a work-around for playing PAFF streams with the
native ts demuxer which was fixed in r32056.
It also uncovered a bug on chapter limits when using dvdnav.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c Tue Sep 7 18:20:52 2010 (r32056)
+++ trunk/mplayer.c Tue Sep 7 18:24:34 2010 (r32057)
@@ -273,7 +273,7 @@ static char *stream_dump_name="stream.du
int stream_dump_type=0;
// A-V sync:
-static float default_max_pts_correction=1;
+static float default_max_pts_correction=-1;
static float max_pts_correction=0;//default_max_pts_correction;
static float c_total=0;
float audio_delay=0;
More information about the MPlayer-cvslog
mailing list