Commit bb87a84c authored by Sascha Sommer's avatar Sascha Sommer

10l another int i missing (without ^M)

Originally committed as revision 8667 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent a2596758
......@@ -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