[MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.32,1.33
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Mon Jul 11 21:02:42 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv27105/libmpcodecs
Modified Files:
ve_x264.c
Log Message:
1/2 l: last patch lacked the option name, so it wasn't activeable
^^^ wasn't breaking CVS ;-)
Index: ve_x264.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_x264.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ve_x264.c 11 Jul 2005 17:52:02 -0000 1.32
+++ ve_x264.c 11 Jul 2005 19:02:39 -0000 1.33
@@ -166,6 +166,7 @@
{"psnr", &psnr, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nopsnr", &psnr, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"log", &log_level, CONF_TYPE_INT, CONF_RANGE, -1, 3, NULL},
+ {"turbo", &turbo, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
More information about the MPlayer-cvslog
mailing list