Mercurial > libavcodec.hg
changeset 944:927c246f1f6d libavcodec
10l another int i missing (without ^M)
author | faust3 |
---|---|
date | Mon, 30 Dec 2002 23:00:02 +0000 |
parents | 0566d1a8426f |
children | 463f7260b155 |
files | libpostproc/postprocess_template.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c Mon Dec 30 12:36:28 2002 +0000 +++ b/libpostproc/postprocess_template.c Mon Dec 30 23:00:02 2002 +0000 @@ -3063,6 +3063,7 @@ memcpy(dstBlock, tempDst + dstStride, dstStride*(height-y)); else { + int i; for(i=0; i<height-y; i++) { memcpy(dstBlock + i*dstStride, tempDst + (i+1)*dstStride, width);