mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user