git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39d7cf
)
Reindent
author
Måns Rullgård
<mans@mansr.com>
Sun, 17 Jan 2010 14:25:19 +0000
(14:25 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 17 Jan 2010 14:25:19 +0000
(14:25 +0000)
Originally committed as revision 30350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c
patch
|
blob
|
history
diff --git
a/libswscale/swscale.c
b/libswscale/swscale.c
index
7ed9ce1
..
832af8d
100644
(file)
--- 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;