Mercurial > mplayer.hg
diff libmpcodecs/vf_rectangle.c @ 11261:835822ce4bb1
-vop ---> -vf
| author | diego |
|---|---|
| date | Sat, 25 Oct 2003 18:44:41 +0000 |
| parents | e9a2af584986 |
| children | 6ff3379a0862 |
line wrap: on
line diff
--- a/libmpcodecs/vf_rectangle.c Sat Oct 25 12:42:24 2003 +0000 +++ b/libmpcodecs/vf_rectangle.c Sat Oct 25 18:44:41 2003 +0000 @@ -85,7 +85,7 @@ /* Draw the rectangle */ - mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vop rectangle=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y); + mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vf rectangle=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y); if (vf->priv->x < 0) x = 0;
