Mercurial > mplayer.hg
changeset 7739:5b8df1d63b6d
MSGL_DBG2 -> MSGL_INFO
'cause we need to see this msg
pointed out by Kim Minh Kaplan
author | attila |
---|---|
date | Mon, 14 Oct 2002 20:51:18 +0000 |
parents | d414735695ea |
children | 99aba45167f5 |
files | libmpcodecs/vf_rectangle.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_rectangle.c Mon Oct 14 15:12:04 2002 +0000 +++ b/libmpcodecs/vf_rectangle.c Mon Oct 14 20:51:18 2002 +0000 @@ -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;