Mercurial > mplayer.hg
diff libmpcodecs/vf_rectangle.c @ 29263:0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
| author | diego |
|---|---|
| date | Wed, 13 May 2009 02:58:57 +0000 |
| parents | 00fff9a3b735 |
| children | bbb6ebec87a0 |
line wrap: on
line diff
--- a/libmpcodecs/vf_rectangle.c Tue May 12 19:25:35 2009 +0000 +++ b/libmpcodecs/vf_rectangle.c Wed May 13 02:58:57 2009 +0000 @@ -74,7 +74,7 @@ mpi->w, mpi->h); memcpy_pic(dmpi->planes[0],mpi->planes[0],mpi->w*bpp, mpi->h, - dmpi->stride[0],mpi->stride[0]); + dmpi->stride[0],mpi->stride[0]); if(mpi->flags&MP_IMGFLAG_PLANAR && mpi->flags&MP_IMGFLAG_YUV){ memcpy_pic(dmpi->planes[1],mpi->planes[1], mpi->w>>mpi->chroma_x_shift, mpi->h>>mpi->chroma_y_shift, @@ -148,7 +148,7 @@ vf->priv->w = -1; vf->priv->h = -1; if (args) - sscanf(args, "%d:%d:%d:%d", + sscanf(args, "%d:%d:%d:%d", &vf->priv->w, &vf->priv->h, &vf->priv->x, &vf->priv->y); return 1; }
