[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
- Previous message: [Mplayer-cvslog] CVS: main/vidix/drivers pm3_regs.h,NONE,1.1 pm3_vid.c,NONE,1.1 Makefile,1.9,1.10 mach64.h,1.3,1.4 mach64_vid.c,1.26,1.27 radeon.h,1.7,1.8 radeon_vid.c,1.46,1.47
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech libavc-rate-control.txt,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/vidix/drivers pm3_regs.h,NONE,1.1 pm3_vid.c,NONE,1.1 Makefile,1.9,1.10 mach64.h,1.3,1.4 mach64_vid.c,1.26,1.27 radeon.h,1.7,1.8 radeon_vid.c,1.46,1.47
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech libavc-rate-control.txt,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list