Mercurial > mplayer.hg
changeset 30307:63ff519cc9f1
Remove inline from initFilter()
It makes no sense having that function inlined.
author | mru |
---|---|
date | Sun, 17 Jan 2010 14:25:17 +0000 |
parents | d0b5ec16fb23 |
children | b33880a47b41 |
files | libswscale/swscale.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Sun Jan 17 13:28:29 2010 +0000 +++ b/libswscale/swscale.c Sun Jan 17 14:25:17 2010 +0000 @@ -1349,7 +1349,7 @@ dist-1.0); } -static inline int initFilter(int16_t **outFilter, int16_t **filterPos, int *outFilterSize, int xInc, +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]) {