[Mplayer-cvslog] CVS: main/libmpcodecs vf_crop.c,1.8,1.9 vf_expand.c,1.17,1.18
Richard Felker CVS
rfelker at mplayerhq.hu
Fri Jan 10 11:43:22 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv30627/libmpcodecs
Modified Files:
vf_crop.c vf_expand.c
Log Message:
use mp_msg for messages. prolly more filters need to be fixed like this too
Index: vf_crop.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_crop.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vf_crop.c 5 Jan 2003 15:45:55 -0000 1.8
+++ vf_crop.c 10 Jan 2003 10:43:01 -0000 1.9
@@ -101,7 +101,7 @@
&vf->priv->crop_h,
&vf->priv->crop_x,
&vf->priv->crop_y);
- printf("Crop: %d x %d, %d ; %d\n",
+ mp_msg(MSGT_VFILTER, MSGL_INFO, "Crop: %d x %d, %d ; %d\n",
vf->priv->crop_w,
vf->priv->crop_h,
vf->priv->crop_x,
Index: vf_expand.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_expand.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vf_expand.c 16 Oct 2002 23:12:00 -0000 1.17
+++ vf_expand.c 10 Jan 2003 10:43:01 -0000 1.18
@@ -292,7 +292,7 @@
&vf->priv->exp_x,
&vf->priv->exp_y,
&vf->priv->osd);
- printf("Expand: %d x %d, %d ; %d (-1=autodetect) osd: %d\n",
+ mp_msg(MSGT_VFILTER, MSGL_INFO, "Expand: %d x %d, %d ; %d (-1=autodetect) osd: %d\n",
vf->priv->exp_w,
vf->priv->exp_h,
vf->priv->exp_x,
More information about the MPlayer-cvslog
mailing list