[Mplayer-cvslog] CVS: main/libmpcodecs vf_cropdetect.c,1.9,1.10
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu Sep 2 22:08:35 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv923/libmpcodecs
Modified Files:
vf_cropdetect.c
Log Message:
missing initialization of round
Index: vf_cropdetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_cropdetect.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vf_cropdetect.c 30 Aug 2004 20:39:32 -0000 1.9
+++ vf_cropdetect.c 2 Sep 2004 20:08:32 -0000 1.10
@@ -145,6 +145,7 @@
vf->put_image=put_image;
vf->priv=malloc(sizeof(struct vf_priv_s));
vf->priv->limit=24; // should be option
+ vf->priv->round = 0;
if(args) sscanf(args, "%d:%d",
&vf->priv->limit,
&vf->priv->round);
More information about the MPlayer-cvslog
mailing list