From 261ec8d84d39cbc3bf7a785acb37f8f94327db9f Mon Sep 17 00:00:00 2001 From: faust3 Date: Mon, 30 Dec 2002 23:00:02 +0000 Subject: [PATCH] 10l another int i missing (without ^M) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8667 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/postprocess_template.c | 1 + 1 file changed, 1 insertion(+) diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c index c32dd9d884..092d8c6626 100644 --- a/postproc/postprocess_template.c +++ b/postproc/postprocess_template.c @@ -3063,6 +3063,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int memcpy(dstBlock, tempDst + dstStride, dstStride*(height-y)); else { + int i; for(i=0; i