[MPlayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.133,1.134

Corey Hickey CVS syncmail at mplayerhq.hu
Sat Mar 18 00:47:13 CET 2006


CVS change done by Corey Hickey CVS

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

Modified Files:
	ve_lavc.c 
Log Message:
Support libavcodec vrc_strategy=1 (XviD ratecontrol).
As a side effect, this also makes -lavcopts vcodec=xvid work.


Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ve_lavc.c	13 Mar 2006 02:40:09 -0000	1.133
+++ ve_lavc.c	17 Mar 2006 23:47:10 -0000	1.134
@@ -74,7 +74,7 @@
 static int lavc_param_vmax_b_frames = 0;
 static int lavc_param_keyint = -1;
 static int lavc_param_vpass = 0;
-static int lavc_param_vrc_strategy = 2;
+static int lavc_param_vrc_strategy = 0;
 static int lavc_param_vb_strategy = 0;
 static int lavc_param_luma_elim_threshold = 0;
 static int lavc_param_chroma_elim_threshold = 0;




More information about the MPlayer-cvslog mailing list