[MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.30,1.31

Loren Merritt CVS syncmail at mplayerhq.hu
Fri Jun 17 10:26:14 CEST 2005


CVS change done by Loren Merritt CVS

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

Modified Files:
	ve_x264.c 
Log Message:
sync to x264 rev264 (lossless)


Index: ve_x264.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_x264.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ve_x264.c	15 Jun 2005 02:28:06 -0000	1.30
+++ ve_x264.c	17 Jun 2005 08:26:12 -0000	1.31
@@ -107,7 +107,7 @@
 
 m_option_t x264encopts_conf[] = {
     {"bitrate", &bitrate, CONF_TYPE_INT, CONF_RANGE, 0, 24000000, NULL},
-    {"qp_constant", &qp_constant, CONF_TYPE_INT, CONF_RANGE, 1, 51, NULL},
+    {"qp_constant", &qp_constant, CONF_TYPE_INT, CONF_RANGE, 0, 51, NULL},
     {"frameref", &frame_ref, CONF_TYPE_INT, CONF_RANGE, 1, 16, NULL},
     {"keyint", &keyint_max, CONF_TYPE_INT, CONF_RANGE, 1, 24000000, NULL},
     {"keyint_min", &keyint_min, CONF_TYPE_INT, CONF_RANGE, 1, 24000000, NULL},




More information about the MPlayer-cvslog mailing list