[Mplayer-cvslog] CVS: main/libmpcodecs vf_pp.c,1.21,1.22

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Jan 3 13:40:13 CET 2003


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

Modified Files:
	vf_pp.c 
Log Message:
pphelp


Index: vf_pp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_pp.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vf_pp.c	19 Dec 2002 22:33:59 -0000	1.21
+++ vf_pp.c	3 Jan 2003 12:40:10 -0000	1.22
@@ -152,11 +152,6 @@
     if(!vf->priv->outfmt) return 0; // no csp match :(
     
     if(args){
-	if(!strcmp("help", args)){
-		printf("%s", pp_help);
-		exit(1);
-	}
-	
 	hex_mode= strtol(args, &endptr, 0);
 	if(*endptr){
             name= args;



More information about the MPlayer-cvslog mailing list