swscale/tests/swscale: use 1 for indicating erros

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2020-07-16 09:27:28 +02:00
parent a9fecb8ea1
commit 663f024415
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ end:
if (dstStride[i])
av_free(dst[i]);
return res;
return !!res;
}
static void selfTest(const uint8_t * const ref[4], int refStride[4],