[Mplayer-cvslog] CVS: main/libmpcodecs vf_cropdetect.c,1.3,1.4
Arpi of Ize
arpi at mplayerhq.hu
Sun Jun 30 00:12:10 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv15878
Modified Files:
vf_cropdetect.c
Log Message:
parameter overrides limit
Index: vf_cropdetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_cropdetect.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vf_cropdetect.c 18 May 2002 17:35:12 -0000 1.3
+++ vf_cropdetect.c 29 Jun 2002 22:12:07 -0000 1.4
@@ -125,6 +125,7 @@
vf->put_image=put_image;
vf->priv=malloc(sizeof(struct vf_priv_s));
vf->priv->limit=24; // should be option
+ if(args) vf->priv->limit=atoi(args);
return 1;
}
More information about the MPlayer-cvslog
mailing list