[Mplayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.15,1.16

Michael Niedermayer michael at mplayerhq.hu
Sat Jun 1 04:11:35 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv912

Modified Files:
	ve_lavc.c 
Log Message:

single coefficient elimination disabled by default


Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ve_lavc.c	29 May 2002 21:34:29 -0000	1.15
+++ ve_lavc.c	1 Jun 2002 02:11:24 -0000	1.16
@@ -59,8 +59,8 @@
 static int lavc_param_vpass = 0;
 static int lavc_param_vrc_strategy = 2;
 static int lavc_param_vb_strategy = 0;
-static int lavc_param_luma_elim_threshold = 3;
-static int lavc_param_chroma_elim_threshold = 5;
+static int lavc_param_luma_elim_threshold = 0;
+static int lavc_param_chroma_elim_threshold = 0;
 static int lavc_param_packet_size= 0;
 static int lavc_param_strict= 0;
 static int lavc_param_data_partitioning= 0;




More information about the MPlayer-cvslog mailing list