From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- libmpcodecs/vf_phase.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libmpcodecs/vf_phase.c') diff --git a/libmpcodecs/vf_phase.c b/libmpcodecs/vf_phase.c index 86d57bfc7f..bdb5c19383 100644 --- a/libmpcodecs/vf_phase.c +++ b/libmpcodecs/vf_phase.c @@ -36,7 +36,7 @@ static void do_plane(unsigned char *to, unsigned char *from, { unsigned char *buf, *end; int top; - + if(!*bufp) { mode=PROGRESSIVE; @@ -81,7 +81,7 @@ static enum mode analyze_plane(unsigned char *old, unsigned char *new, else if(mode==AUTO_ANALYZE) mode=fields&MP_IMGFIELD_ORDERED?fields&MP_IMGFIELD_TOP_FIRST? TOP_FIRST_ANALYZE:BOTTOM_FIRST_ANALYZE:FULL_ANALYZE; - + if(fixed_mode(mode)) bdiff=pdiff=tdiff=65536.0; else @@ -116,7 +116,7 @@ static enum mode analyze_plane(unsigned char *old, unsigned char *new, pdif+=diff(new, ns, new, ns), bdif+=diff(new, ns, old, os); break; - + case ANALYZE: if(top) for(rend=new+w; newplanes[0], mpi->planes[0], w, dmpi->h, dmpi->stride[0], mpi->stride[0], - &vf->priv->buf[0], mode); + &vf->priv->buf[0], mode); if(dmpi->flags&MP_IMGFLAG_PLANAR) { @@ -241,10 +241,10 @@ static int open(vf_instance_t *vf, char* args) uninit(vf); return 0; } - + vf->priv->mode=AUTO_ANALYZE; vf->priv->verbose=0; - + while(args && *args) { switch(*args) -- cgit v1.2.3