From a2596758e082a3470605946bf9fe6ade788469bb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 30 Dec 2002 12:36:28 +0000 Subject: 10l (int i) Originally committed as revision 8657 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/postprocess_template.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'postproc') diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c index f35fbd0..c32dd9d 100644 --- a/postproc/postprocess_template.c +++ b/postproc/postprocess_template.c @@ -2075,7 +2075,7 @@ static inline void RENAME(transpose2)(uint8_t *dst, int dstStride, uint8_t *src) #endif //static int test=0; -static void inline RENAME(tempNoiseReducer)(uint8_t *src, int stride, +static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride, uint8_t *tempBlured, uint32_t *tempBluredPast, int *maxNoise) { // to save a register (FIXME do this outside of the loops) @@ -2828,6 +2828,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int memcpy(dst, tempDst + 9*dstStride, copyAhead*dstStride); else { + int i; for(i=0; i