[Mplayer-cvslog] CVS: main cfg-mencoder.h,1.52,1.53 mencoder.c,1.181,1.182

Richard Felker CVS rfelker at mplayerhq.hu
Sat Nov 2 03:44:21 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv32517

Modified Files:
	cfg-mencoder.h mencoder.c 
Log Message:
removed -pass nonsense from mencoder! it's now a suboption to -divx4opts


Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- cfg-mencoder.h	28 Oct 2002 19:30:29 -0000	1.52
+++ cfg-mencoder.h	2 Nov 2002 02:44:18 -0000	1.53
@@ -150,7 +150,6 @@
 	// override FOURCC in output file
 	{"ffourcc", &force_fourcc, CONF_TYPE_STRING, 0, 4, 4, NULL},
 
-	{"pass", &pass, CONF_TYPE_INT, CONF_RANGE,0,2, NULL},
 	{"passlogfile", &passtmpfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	
 	{"vobsubout", &vobsub_out, CONF_TYPE_STRING, 0, 0, 0, NULL},

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- mencoder.c	2 Nov 2002 00:45:11 -0000	1.181
+++ mencoder.c	2 Nov 2002 02:44:18 -0000	1.182
@@ -140,9 +140,7 @@
 
 char *force_fourcc=NULL;
 
-int pass=0;
 char* passtmpfile="divx2pass.log";
-int pass_working=0;
 
 static int play_n_frames=-1;
 static int play_n_frames_mf=-1;




More information about the MPlayer-cvslog mailing list