[MPlayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.118,1.119

Tobias Diedrich CVS syncmail at mplayerhq.hu
Sun Jul 17 09:58:11 CEST 2005


CVS change done by Tobias Diedrich CVS

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

Modified Files:
	ve_lavc.c 
Log Message:
10l: scene change detecion is deactivated with sc_threshold=1000000000

Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ve_lavc.c	17 Jul 2005 06:59:45 -0000	1.118
+++ ve_lavc.c	17 Jul 2005 07:58:09 -0000	1.119
@@ -304,7 +304,7 @@
 	{"border_mask", &lavc_param_border_masking, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 1.0, NULL},
 #endif
 	{"inter_threshold", &lavc_param_inter_threshold, CONF_TYPE_INT, CONF_RANGE, -1000000, 1000000, NULL},
-	{"sc_threshold", &lavc_param_sc_threshold, CONF_TYPE_INT, CONF_RANGE, -1000000, 1000000, NULL},
+	{"sc_threshold", &lavc_param_sc_threshold, CONF_TYPE_INT, CONF_RANGE, -1000000000, 1000000000, NULL},
 	{"top", &lavc_param_top, CONF_TYPE_INT, CONF_RANGE, -1, 1, NULL},
         {"qns", &lavc_param_qns, CONF_TYPE_INT, CONF_RANGE, 0, 1000000, NULL},
         {"nssew", &lavc_param_nssew, CONF_TYPE_INT, CONF_RANGE, 0, 1000000, NULL},




More information about the MPlayer-cvslog mailing list