# HG changeset patch # User michael # Date 1041251788 0 # Node ID 0566d1a8426f913b84b152c56b1ddd772409f49b # Parent c237f5db1c224aa459b2ded119ea2e1e7b27c55d 10l (int i) diff -r c237f5db1c22 -r 0566d1a8426f libpostproc/postprocess_template.c --- a/libpostproc/postprocess_template.c Mon Dec 30 00:28:42 2002 +0000 +++ b/libpostproc/postprocess_template.c Mon Dec 30 12:36:28 2002 +0000 @@ -2075,7 +2075,7 @@ #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 @@ memcpy(dst, tempDst + 9*dstStride, copyAhead*dstStride); else { + int i; for(i=0; i