[MPlayer-dev-eng] [PATCH]Set default mc to 1
Carl Eugen Hoyos
cehoyos at rainbow.studorg.tuwien.ac.at
Thu Apr 23 23:49:42 CEST 2009
Hi!
Attached patch makes all PAFF samples playable (with a small, for some
samples even acceptable delay), while I do not know of any sample that
does not desync immediately with latest svn.
Please comment, Carl Eugen
-------------- next part --------------
Index: mplayer.c
===================================================================
--- mplayer.c (revision 29219)
+++ mplayer.c (working copy)
@@ -287,7 +287,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;
More information about the MPlayer-dev-eng
mailing list