Mercurial > mplayer.hg
changeset 30308:b33880a47b41
Reindent
author | mru |
---|---|
date | Sun, 17 Jan 2010 14:25:19 +0000 |
parents | 63ff519cc9f1 |
children | ddd809228aef |
files | libswscale/swscale.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Sun Jan 17 14:25:17 2010 +0000 +++ b/libswscale/swscale.c Sun Jan 17 14:25:19 2010 +0000 @@ -1350,8 +1350,8 @@ } 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;