You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
indent
Originally committed as revision 31776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -219,8 +219,8 @@ static void selfTest(uint8_t *ref[4], int refStride[4], int w, int h)
|
|||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
for (k = 0; flags[k] && !res; k++)
|
for (k = 0; flags[k] && !res; k++)
|
||||||
for (i = 0; dstW[i] && !res; i++)
|
for (i = 0; dstW[i] && !res; i++)
|
||||||
for (j = 0; dstH[j] && !res; j++)
|
for (j = 0; dstH[j] && !res; j++)
|
||||||
res = doTest(ref, refStride, w, h, srcFormat, dstFormat,
|
res = doTest(ref, refStride, w, h, srcFormat, dstFormat,
|
||||||
srcW, srcH, dstW[i], dstH[j], flags[k]);
|
srcW, srcH, dstW[i], dstH[j], flags[k]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user