[MPlayer-cvslog] CVS: main/libmpcodecs ve_xvid4.c,1.13,1.14

Guillaume Poirier CVS syncmail at mplayerhq.hu
Fri Apr 8 21:14:06 CEST 2005


CVS change done by Guillaume Poirier CVS

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

Modified Files:
	ve_xvid4.c 
Log Message:
Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.


Index: ve_xvid4.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_xvid4.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ve_xvid4.c	1 Mar 2005 20:21:58 -0000	1.13
+++ ve_xvid4.c	8 Apr 2005 19:14:04 -0000	1.14
@@ -154,13 +154,13 @@
 static int xvidenc_interlaced = 0;
 static int xvidenc_quarterpel = 0;
 static int xvidenc_gmc = 0;
-static int xvidenc_trellis = 0;
+static int xvidenc_trellis = 1;
 static int xvidenc_cartoon = 0;
 static int xvidenc_hqacpred = 1;
-static int xvidenc_chromame = 0;
+static int xvidenc_chromame = 1;
 static int xvidenc_chroma_opt = 0;
-static int xvidenc_vhq = 0;
-static int xvidenc_bvhq = 0;
+static int xvidenc_vhq = 1;
+static int xvidenc_bvhq = 1;
 static int xvidenc_motion = 6;
 static int xvidenc_turbo = 0;
 static int xvidenc_stats = 0;




More information about the MPlayer-cvslog mailing list