Mercurial > mplayer.hg
changeset 31283:680403ff2d14
Make -mc 1 the default.
author | cehoyos |
---|---|
date | Tue, 08 Jun 2010 20:11:01 +0000 |
parents | adf1dc3600b0 |
children | c02ae498fb2e |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Tue Jun 08 19:14:22 2010 +0000 +++ b/mplayer.c Tue Jun 08 20:11:01 2010 +0000 @@ -292,7 +292,7 @@ int stream_dump_type=0; // A-V sync: -static float default_max_pts_correction=-1;//0.01f; +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;