# HG changeset patch # User cehoyos # Date 1283876674 0 # Node ID c2d29ae022a4a2544d0400f19e2061b25cc9ddc9 # Parent 96559880e475577cc694b6a10aa968802e6220f9 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. diff -r 96559880e475 -r c2d29ae022a4 mplayer.c --- a/mplayer.c Tue Sep 07 16:20:52 2010 +0000 +++ b/mplayer.c Tue Sep 07 16:24:34 2010 +0000 @@ -273,7 +273,7 @@ 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;