use mp_msg for messages. prolly more filters need to be fixed like this too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8870 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2003-01-10 10:43:01 +00:00
parent 05c85403c4
commit 6246706f8d
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ static int open(vf_instance_t *vf, char* args){
&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,

View File

@ -292,7 +292,7 @@ static int open(vf_instance_t *vf, char* args){
&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,