diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-17 14:25:19 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-17 14:25:19 +0000 |
commit | 1b5d46c6a690de8c6c206f599975d51b8c052770 (patch) | |
tree | dab54b1d36dde4b2bdb70a012c3d1300d1594d24 | |
parent | d39d7cf6937ba7f543d75fe0cf9b0dd6e1fb9f5f (diff) | |
download | ffmpeg-1b5d46c6a690de8c6c206f599975d51b8c052770.tar.gz |
Reindent
Originally committed as revision 30350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/swscale.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 7ed9ce1547..832af8dc13 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -1350,8 +1350,8 @@ static double getSplineCoeff(double a, double b, double c, double d, double dist } static int initFilter(int16_t **outFilter, int16_t **filterPos, int *outFilterSize, int xInc, - int srcW, int dstW, int filterAlign, int one, int flags, - SwsVector *srcFilter, SwsVector *dstFilter, double param[2]) + int srcW, int dstW, int filterAlign, int one, int flags, + SwsVector *srcFilter, SwsVector *dstFilter, double param[2]) { int i; int filterSize; |