mirror of
https://github.com/mpv-player/mpv
synced 2025-03-09 15:47:44 +00:00
10l another int i missing (without ^M)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8667 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ea62cd864c
commit
261ec8d84d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user