[MPlayer-cvslog] CVS: main cfg-common.h,1.158,1.159

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Mar 26 13:09:19 CEST 2006


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv22447

Modified Files:
	cfg-common.h 
Log Message:
allow values up to 100 for -mc


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- cfg-common.h	25 Mar 2006 19:24:21 -0000	1.158
+++ cfg-common.h	26 Mar 2006 11:09:17 -0000	1.159
@@ -141,7 +141,7 @@
 	{"nobps", &pts_from_bps, CONF_TYPE_FLAG, 0, 1, 0, NULL},
 
 	// set A-V sync correction speed (0=disables it):
-	{"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10, NULL},
+	{"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 100, NULL},
 	
 	// force video/audio rate:
 	{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},




More information about the MPlayer-cvslog mailing list