mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 14:47:53 +00:00
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:
parent
05c85403c4
commit
6246706f8d
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user