swscale-test: change order tests are run, maintaining the same algorithm for
sequential geometries instead of running all algorithms sequentially for each geometry. Originally committed as revision 31775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
9fddd14a8e
commit
da78053af0
1 changed files with 1 additions and 1 deletions
|
|
@ -218,9 +218,9 @@ static void selfTest(uint8_t *ref[4], int refStride[4], int w, int h)
|
|||
av_pix_fmt_descriptors[dstFormat].name);
|
||||
fflush(stdout);
|
||||
|
||||
for (k = 0; flags[k] && !res; k++)
|
||||
for (i = 0; dstW[i] && !res; i++)
|
||||
for (j = 0; dstH[j] && !res; j++)
|
||||
for (k = 0; flags[k] && !res; k++)
|
||||
res = doTest(ref, refStride, w, h, srcFormat, dstFormat,
|
||||
srcW, srcH, dstW[i], dstH[j], flags[k]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue