mirror of https://github.com/mpv-player/mpv
MSGL_DBG2 -> MSGL_INFO
'cause we need to see this msg pointed out by Kim Minh Kaplan git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7740 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1b3453f29f
commit
c42c0d8116
|
@ -78,7 +78,7 @@ put_image(struct vf_instance_s* vf, mp_image_t* mpi){
|
|||
|
||||
/* 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;
|
||||
|
|
Loading…
Reference in New Issue