[Mplayer-cvslog] CVS: main/libmpcodecs vf_cropdetect.c,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Sat May 18 19:31:56 CEST 2002


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

Modified Files:
	vf_cropdetect.c 
Log Message:
small fix

Index: vf_cropdetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_cropdetect.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_cropdetect.c	12 May 2002 19:06:54 -0000	1.1
+++ vf_cropdetect.c	18 May 2002 17:31:44 -0000	1.2
@@ -108,7 +108,7 @@
     printf("crop area: X: %d..%d  Y: %d..%d  (-vop crop=%d:%d:%d:%d)\n",
 	vf->priv->x1,vf->priv->x2,
 	vf->priv->y1,vf->priv->y2,
-	(vf->priv->x2-x)&(~1),(vf->priv->y2-y)&(~1),x,y
+	(vf->priv->x2+1-x)&(~1),(vf->priv->y2+1-y)&(~1),x,y
 	  );
 
     vf_next_put_image(vf,dmpi);




More information about the MPlayer-cvslog mailing list