mirror of https://git.ffmpeg.org/ffmpeg.git
swscale/tests/swscale: use 1 for indicating erros
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a9fecb8ea1
commit
663f024415
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue