You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
swscale/tests/swscale: use 1 for indicating erros
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user