mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 13:50:50 +08:00
10l another int i missing (without ^M)
Originally committed as revision 8667 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user