# HG changeset patch # User ramiro # Date 1252193759 0 # Node ID 9b0c934c78b5c8788f06f7acf927b59a826a7da8 # Parent ff34398b14b12a643d330cafca8eff2999e45a22 Indent. diff -r ff34398b14b1 -r 9b0c934c78b5 libswscale/swscale.c --- a/libswscale/swscale.c Sat Sep 05 23:33:11 2009 +0000 +++ b/libswscale/swscale.c Sat Sep 05 23:35:59 2009 +0000 @@ -2813,14 +2813,14 @@ 1; if (initFilter(&c->hLumFilter, &c->hLumFilterPos, &c->hLumFilterSize, c->lumXInc, - srcW , dstW, filterAlign, 1<<14, - (flags&SWS_BICUBLIN) ? (flags|SWS_BICUBIC) : flags, - srcFilter->lumH, dstFilter->lumH, c->param) < 0) + srcW , dstW, filterAlign, 1<<14, + (flags&SWS_BICUBLIN) ? (flags|SWS_BICUBIC) : flags, + srcFilter->lumH, dstFilter->lumH, c->param) < 0) goto fail; if (initFilter(&c->hChrFilter, &c->hChrFilterPos, &c->hChrFilterSize, c->chrXInc, - c->chrSrcW, c->chrDstW, filterAlign, 1<<14, - (flags&SWS_BICUBLIN) ? (flags|SWS_BILINEAR) : flags, - srcFilter->chrH, dstFilter->chrH, c->param) < 0) + c->chrSrcW, c->chrDstW, filterAlign, 1<<14, + (flags&SWS_BICUBLIN) ? (flags|SWS_BILINEAR) : flags, + srcFilter->chrH, dstFilter->chrH, c->param) < 0) goto fail; #if defined(COMPILE_MMX2)