[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
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.74,1.75 cfg-mencoder.h,1.60,1.61 cfg-mplayer.h,1.189,1.190 m_option.c,1.4,1.5 m_option.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_rectangle.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.74,1.75 cfg-mencoder.h,1.60,1.61 cfg-mplayer.h,1.189,1.190 m_option.c,1.4,1.5 m_option.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_rectangle.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list