[Mplayer-cvslog] CVS: main/libmpcodecs vf_rectangle.c,1.5,1.6
Attila Kinali CVS
attila at mplayerhq.hu
Mon Oct 14 22:51:33 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv6426
Modified Files:
vf_rectangle.c
Log Message:
MSGL_DBG2 -> MSGL_INFO
'cause we need to see this msg
pointed out by Kim Minh Kaplan
Index: vf_rectangle.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_rectangle.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vf_rectangle.c 14 Oct 2002 15:12:04 -0000 1.5
+++ vf_rectangle.c 14 Oct 2002 20:51:18 -0000 1.6
@@ -78,7 +78,7 @@
/* Draw the rectangle */
- mp_msg(MSGT_VFILTER,MSGL_DBG2, "rectangle: -vop crop=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
+ mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vop crop=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
if (vf->priv->x < 0)
x = 0;
More information about the MPlayer-cvslog
mailing list