Commit 56721fa7 authored by faust3's avatar faust3

10l another int i missing (without ^M)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1379 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 406154af
......@@ -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<height-y; i++)
{
memcpy(dstBlock + i*dstStride, tempDst + (i+1)*dstStride, width);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment