Mercurial > mplayer.hg
changeset 31973:c2d29ae022a4
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.
author | cehoyos |
---|---|
date | Tue, 07 Sep 2010 16:24:34 +0000 |
parents | 96559880e475 |
children | 1d01a7529269 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;